From 58d25464c231d878a7f0cf8fbbbdf38ce38ef198 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 12 Dec 2025 15:59:28 +0100 Subject: [PATCH] doc(sdk): Update `CHANGELOG.md`. --- crates/matrix-sdk/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index f9f9c17ef..25aae4132 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -26,6 +26,9 @@ All notable changes to this project will be documented in this file. ### Bugfix +- Latest Event is lazier: a `RoomLatestEvents` can be registered even if its + associated `RoomEventCache` isn't created yet. + ([#5947](https://github.com/matrix-org/matrix-rust-sdk/pull/5947)) - Allow granting of QR login to a new client whose device ID is not a base64 encoded Curve25519 public key. ([#5940](https://github.com/matrix-org/matrix-rust-sdk/pull/5940))