From f50254effdf1b6af73ba668b29e2c31350755171 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 17 May 2021 00:43:05 +0200 Subject: [PATCH] events: Update changelog --- crates/ruma-events/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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: