Skip to content

Commit 7b16a32

Browse files
committed
doc: Update CHANGELOG.mds.
1 parent 7caac55 commit 7b16a32

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

crates/matrix-sdk-ui/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ All notable changes to this project will be documented in this file.
4747
- [**breaking**] The `SpaceService`'s `joined_spaces` method has been renamed
4848
`top_level_joined_spaces` and `subscribe_to_joined_spaces` to `space_service.subscribe_to_top_level_joined_spaces`
4949
([#5972](https://github.com/matrix-org/matrix-rust-sdk/pull/5972))
50+
- `RoomListService::subscribe_to_rooms` now forgets previous subscriptions.
51+
([#6012](https://github.com/matrix-org/matrix-rust-sdk/pull/6012))
5052

5153
## [0.16.0] - 2025-12-04
5254

crates/matrix-sdk/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ All notable changes to this project will be documented in this file.
1919
are removed: `PossibleLatestEvent`, `is_suitable_for_latest_event`, and
2020
`LatestEvent` (replaced by `LatestEventValue`). See the documentation of
2121
`matrix_sdk::latest_event` to learn about the new API.
22-
[#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/)
22+
([#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/))
2323
- Expose a new method `RoomEventCache::find_event_relations` for loading
2424
events relating to a specific event ID from the cache.
25-
[#5930](https://github.com/matrix-org/matrix-rust-sdk/pull/5930/)
25+
([#5930](https://github.com/matrix-org/matrix-rust-sdk/pull/5930/))
2626
- Replace in-memory stores with IndexedDB implementations when initializing
2727
`Client` with `BuilderStoreConfig::IndexedDb`.
28-
[#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946)
28+
([#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946))
2929
- Call: Add support for the new Intents for voice only calls `Intent.StartCallDmVoice`
3030
and `Intent.JoinExistingDmVoice`.
31-
[#6003](https://github.com/matrix-org/matrix-rust-sdk/pull/6003)
31+
([#6003](https://github.com/matrix-org/matrix-rust-sdk/pull/6003))
32+
- Add `SlidingSync::unsubscribe_to_rooms` and
33+
`SlidingSync::clear_and_subscribe_to_rooms`.
34+
([#6012](https://github.com/matrix-org/matrix-rust-sdk/pull/6012))
3235

3336
### Bugfix
3437

0 commit comments

Comments
 (0)