events: Update changelog

This commit is contained in:
Jonas Platte 2021-05-17 00:43:05 +02:00
parent 6667a841b9
commit f50254effd
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -45,6 +45,7 @@ Breaking changes:
* Split `Basic` enum into `GlobalAccountData` and `RoomAccountData` enums
* Remove `DummyEvent`, `DummyEventContent`, `RoomKeyEvent`, `RoomKeyEventContent`
* Remove `BasicEventContent` trait and derive
* Make most of the types in this crate non-exhaustive
Improvements: