From 4ee6906f477e2667f5bf72ff63075bdd9377cdc9 Mon Sep 17 00:00:00 2001 From: Michael Goldenberg Date: Wed, 10 Dec 2025 23:01:30 -0500 Subject: [PATCH] doc(sdk): update changelog Signed-off-by: Michael Goldenberg --- 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 c0d9c1c1f..8d126d565 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -23,6 +23,9 @@ All notable changes to this project will be documented in this file. - Expose a new method `RoomEventCache::find_event_relations` for loading events relating to a specific event ID from the cache. [#5930](https://github.com/matrix-org/matrix-rust-sdk/pull/5930/) +- Replace in-memory stores with IndexedDB implementations when initializing + `Client` with `BuilderStoreConfig::IndexedDb`. + [#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946) ### Bugfix