diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index eb0f6882e..b8846083c 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. ### Features +- Expose new method `CryptoStore::get_withheld_sessions_by_room_id`. + ([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819)) - Use new withheld code in key bundles for sessions not marked as `shared_history`. ([#5807](https://github.com/matrix-org/matrix-rust-sdk/pull/5807) diff --git a/crates/matrix-sdk-indexeddb/CHANGELOG.md b/crates/matrix-sdk-indexeddb/CHANGELOG.md index c85e1c9eb..a4f2ae92b 100644 --- a/crates/matrix-sdk-indexeddb/CHANGELOG.md +++ b/crates/matrix-sdk-indexeddb/CHANGELOG.md @@ -8,7 +8,9 @@ All notable changes to this project will be documented in this file. ### Features -- [**breaking**] `IndexeddbCryptoStore::get_withheld_info` now returns `Result, ...>` +- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`. + ([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819)) +- [**breaking**] `IndexeddbCryptoStore::get_withheld_info` now returns `Result, ...>`. ([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737)) ### Performance diff --git a/crates/matrix-sdk-sqlite/CHANGELOG.md b/crates/matrix-sdk-sqlite/CHANGELOG.md index 37c45152c..1ac0d9d2c 100644 --- a/crates/matrix-sdk-sqlite/CHANGELOG.md +++ b/crates/matrix-sdk-sqlite/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. ### Features +- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`. + ([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819)) - [**breaking**] `SqliteCryptoStore::get_withheld_info` now returns `Result>`. ([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737))