From 5458a5afd203d01016e49710575df8a74e6612f2 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Thu, 9 Apr 2026 17:28:58 -0400 Subject: [PATCH] add changelog --- crates/matrix-sdk/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 17463dba5..16dfafd2e 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file. ### Features +- Add support for pushing the backup key to other clients, and receiving a + pushed backup key from other clients + ([MSC4385](https://github.com/matrix-org/matrix-spec-proposals/pull/4385)), + gated behind the `experimental-push-secrets` feature. + ([#6432](https://github.com/matrix-org/matrix-rust-sdk/pull/6432)) - Add `room_versions()` & `account_moderation()` to `HomeserverCapabilities`. ([#6413](https://github.com/matrix-org/matrix-rust-sdk/pull/6413)) - Enable sending redaction events through the send queue via `RoomSendQueue::redact`.