From d661e3f4de79eb38bf63619d9a5708378779be04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 4 Apr 2022 18:25:03 +0200 Subject: [PATCH] common: Update CHANGELOG --- crates/ruma-common/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/crates/ruma-common/CHANGELOG.md b/crates/ruma-common/CHANGELOG.md index 45624238..ffeac0eb 100644 --- a/crates/ruma-common/CHANGELOG.md +++ b/crates/ruma-common/CHANGELOG.md @@ -2,8 +2,25 @@ Breaking changes: +* Several ruma crates have been merged into `ruma-common` + * `ruma-api` has moved into `api`, behind a feature flag + * `ruma-events` has moved into `events`, behind a feature flag + * `ruma-identifiers` types are available at the root of the crate + * `ruma-serde` has moved into `serde` +* The `events::*MessageEvent` types have been renamed to `*MessageLikeEvent` * Change `events::room` media types to accept either a plain file or an encrypted file, not both simultaneously +* Change `events::room` media types to use `Duration` where applicable +* Move `prev_content` into `unsigned` +* Rename `identifiers::Error` to `IdParseError` + +Improvements: + +* Add unstable support for extensible events (MSCs 1767, 3551, 3552, 3553, 3246, 3488) +* Add unstable support for translatable text content (MSC3554) +* Add unstable support for voice messages (MSC3245) +* Add unstable support for threads (MSC3440) +* Add `ReceiptEventContent::user_receipt` # 0.8.0