chore(spaces): add changelogs

This commit is contained in:
Stefan Ceriu
2025-12-16 19:41:32 +02:00
committed by Stefan Ceriu
parent 51e07d9fba
commit 4cc863a9fb
2 changed files with 21 additions and 0 deletions
+10
View File
@@ -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
+11
View File
@@ -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