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 03e203c commit b18bf0eCopy full SHA for b18bf0e
crates/matrix-sdk/CHANGELOG.md
@@ -25,6 +25,10 @@ All notable changes to this project will be documented in this file.
25
- `Room::decrypt_event()` now requires an extra `matrix_sdk::Room::PushContext` parameter to
26
compute the push notifications for the decrypted event.
27
([#4962](https://github.com/matrix-org/matrix-rust-sdk/pull/4962))
28
+- `SlidingSyncRoom` has been removed. With it, the `SlidingSync::get_room`,
29
+ `get_all_rooms`, `get_rooms`, `get_number_of_rooms`, and
30
+ `FrozenSlidingSync` methods and type have been removed.
31
+ ([#5047](https://github.com/matrix-org/matrix-rust-sdk/pull/5047))
32
33
## [0.11.0] - 2025-04-11
34
0 commit comments