diff --git a/crates/ruma-events/CHANGELOG.md b/crates/ruma-events/CHANGELOG.md index 32d19f2c..fd0d5e79 100644 --- a/crates/ruma-events/CHANGELOG.md +++ b/crates/ruma-events/CHANGELOG.md @@ -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: