We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9366bc8 commit 6980dc5Copy full SHA for 6980dc5
crates/matrix-sdk/CHANGELOG.md
@@ -46,6 +46,10 @@ All notable changes to this project will be documented in this file.
46
- `Room::decrypt_event()` now requires an extra `matrix_sdk::Room::PushContext` parameter to
47
compute the push notifications for the decrypted event.
48
([#4962](https://github.com/matrix-org/matrix-rust-sdk/pull/4962))
49
+- `SlidingSyncRoom` has been removed. With it, the `SlidingSync::get_room`,
50
+ `get_all_rooms`, `get_rooms`, `get_number_of_rooms`, and
51
+ `FrozenSlidingSync` methods and type have been removed.
52
+ ([#5047](https://github.com/matrix-org/matrix-rust-sdk/pull/5047))
53
54
## [0.11.0] - 2025-04-11
55
0 commit comments