From 2ca717b4af97be09ea1e7cfdb6017d9f6ceba83d Mon Sep 17 00:00:00 2001 From: Skye Elliot Date: Wed, 25 Feb 2026 16:37:45 +0000 Subject: [PATCH] docs: Update CHANGELOGs Signed-off-by: Skye Elliot --- 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 136c6674a..eec6e5ce4 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file. ### Features +- Attempt to import stored room key bundles for rooms awaiting bundles at + client startup. + ([#6215](https://github.com/matrix-org/matrix-rust-sdk/pull/6215)) - Add `OAuth::cached_server_metadata()` that caches the authorization server metadata for a while. ([#6217](https://github.com/matrix-org/matrix-rust-sdk/pull/6217))