diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index 6e76c1295..b5f813dcd 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -23,6 +23,16 @@ All notable changes to this project will be documented in this file. `Room::new_latest_event` overwrites the `Room::latest_event` method. See the documentation of `matrix_sdk::latest_event` to learn about the new API. [#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/) + +### Refactor + +- [**breaking**] The `SpaceService` will no longer auto-subscribe to required + client events when invoking the `subscribe_to_joined_spaces` method and the + `setup` method should be used instead. + ([#5972](https://github.com/matrix-org/matrix-rust-sdk/pull/5972)) +- [**breaking**] The `SpaceService`'s `joined_spaces` method has been renamed + `top_level_joined_spaces` and `subscribe_to_joined_spaces` to `space_service.subscribe_to_top_level_joined_spaces` + ([#5972](https://github.com/matrix-org/matrix-rust-sdk/pull/5972)) ## [0.16.0] - 2025-12-04 diff --git a/crates/matrix-sdk-ui/CHANGELOG.md b/crates/matrix-sdk-ui/CHANGELOG.md index adfb2e285..84d37dc19 100644 --- a/crates/matrix-sdk-ui/CHANGELOG.md +++ b/crates/matrix-sdk-ui/CHANGELOG.md @@ -32,6 +32,17 @@ All notable changes to this project will be documented in this file. - Fix the redecryption of events in timelines built using the `TimelineFocus` of `PinnedEvents`, `Thread`, `Event`. ([#5955](https://github.com/matrix-org/matrix-rust-sdk/pull/5955)) + + +### Refactor + +- [**breaking**] The `SpaceService` will no longer auto-subscribe to required + client events when invoking the `subscribe_to_joined_spaces` method and the + `setup` method should be used instead. + ([#5972](https://github.com/matrix-org/matrix-rust-sdk/pull/5972)) +- [**breaking**] The `SpaceService`'s `joined_spaces` method has been renamed + `top_level_joined_spaces` and `subscribe_to_joined_spaces` to `space_service.subscribe_to_top_level_joined_spaces` + ([#5972](https://github.com/matrix-org/matrix-rust-sdk/pull/5972)) ## [0.16.0] - 2025-12-04