Update change logs

This commit is contained in:
Jonas Platte 2020-03-29 14:25:44 +02:00
parent f09ab98f17
commit 53f76992e5
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@
Improvements:
* Add a convenience constructor to create a plain-text `TextMessageEventContent`
* Add `m.dummy` events to the to-device event collection
# 0.17.0

View File

@ -1,5 +1,15 @@
# [unreleased]
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: