From 7b25a1c2f02ea6abd74e6772b0326a98fb4e184f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 3 Jul 2024 19:43:44 +0100 Subject: [PATCH] indexeddb: update changelog --- crates/matrix-sdk-indexeddb/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/matrix-sdk-indexeddb/CHANGELOG.md b/crates/matrix-sdk-indexeddb/CHANGELOG.md index e36116c60..7e5e0be94 100644 --- a/crates/matrix-sdk-indexeddb/CHANGELOG.md +++ b/crates/matrix-sdk-indexeddb/CHANGELOG.md @@ -1,6 +1,7 @@ # UNRELEASED -- Improve the efficiency of objects stored in the crypto store. ([#3645](https://github.com/matrix-org/matrix-rust-sdk/pull/3645)) +- Improve the efficiency of objects stored in the crypto store. + ([#3645](https://github.com/matrix-org/matrix-rust-sdk/pull/3645), [#3651](https://github.com/matrix-org/matrix-rust-sdk/pull/3651)) - Add new method `IndexeddbCryptoStore::open_with_key`. ([#3423](https://github.com/matrix-org/matrix-rust-sdk/pull/3423))