From ef137730cbc5acd263ed697280ebdb87bab7a3f2 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 23 Jun 2025 15:14:49 +0200 Subject: [PATCH] doc(sdk): Add #5269 to the `CHANGELOG.md`. --- crates/matrix-sdk/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 947b78ea8..f62ebf7d2 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +### Features + - Add logging to `Room::join`. ([#5260](https://github.com/matrix-org/matrix-rust-sdk/pull/5260)) - `ClientServerCapabilities` has been renamed to `ClientServerInfo`. Alongside this, @@ -16,6 +18,11 @@ All notable changes to this project will be documented in this file. If the to-device message was encrypted, the `EncryptionInfo` will be set. If it is `None` the message was sent in clear. ([#5099](https://github.com/matrix-org/matrix-rust-sdk/pull/5099)) +### Refactor + +- `RoomEventCacheListener` is renamed `RoomEventCacheSubscriber` + ([#5269](https://github.com/matrix-org/matrix-rust-sdk/pull/5269)) + ## [0.12.0] - 2025-06-10 ### Features