Skip to content

Commit a77a2c7

Browse files
committed
update changelogs
1 parent 92d8198 commit a77a2c7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
88

99
### Features
1010

11+
- Expose new method `CryptoStore::get_withheld_sessions_by_room_id`.
12+
([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819))
1113
- Use new withheld code in key bundles for sessions not marked as
1214
`shared_history`.
1315
([#5807](https://github.com/matrix-org/matrix-rust-sdk/pull/5807)

crates/matrix-sdk-indexeddb/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ All notable changes to this project will be documented in this file.
88

99
### Features
1010

11-
- [**breaking**] `IndexeddbCryptoStore::get_withheld_info` now returns `Result<Option<RoomKeyWithheldEntry>, ...>`
11+
- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`.
12+
([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819))
13+
- [**breaking**] `IndexeddbCryptoStore::get_withheld_info` now returns `Result<Option<RoomKeyWithheldEntry>, ...>`.
1214
([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737))
1315

1416
### Performance

crates/matrix-sdk-sqlite/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
88

99
### Features
1010

11+
- Implement new method `CryptoStore::get_withheld_sessions_by_room_id`.
12+
([#5819](https://github.com/matrix-org/matrix-rust-sdk/pull/5819))
1113
- [**breaking**] `SqliteCryptoStore::get_withheld_info` now returns `Result<Option<RoomKeyWithheldEntry>>`.
1214
([#5737](https://github.com/matrix-org/matrix-rust-sdk/pull/5737))
1315

0 commit comments

Comments
 (0)