update changelogs

This commit is contained in:
Richard van der Hoff
2025-10-30 19:04:50 +00:00
parent 13a30f7b7a
commit 0faf3eecea
3 changed files with 7 additions and 1 deletions

View File

@@ -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)

View File

@@ -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<Option<RoomKeyWithheldEntry>, ...>`
- 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<Option<RoomKeyWithheldEntry>, ...>`.
([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737))
### Performance

View File

@@ -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<Option<RoomKeyWithheldEntry>>`.
([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737))