Jonas Platte f304c04d1d Add 'ruma-events/' from commit '00692d532e26f58d48ead9589dc823403c6e59a5'
git-subtree-dir: ruma-events
git-subtree-mainline: d59a616e2c363507a89c92f34aa67e86ee2cfb49
git-subtree-split: 00692d532e26f58d48ead9589dc823403c6e59a5
2020-06-10 22:07:24 +02:00

454 B

[unreleased]

0.3.0

Breaking changes:

  • Update event_type in ruma_events! to refer to the serialized form of the event type, not the variant of ruma_events::EventType

Improvements:

  • Split FromRaw implementation generation from ruma_event! into a separate proc-macro

0.2.0

Improvements:

  • Code generation was updated to account for the changes in ruma-events 0.15
  • Dependencies were updated (notably to syn 1.0 and quote 1.0)