Skip to content

Commit 2d8b3ce

Browse files
committed
doc: Add changelog entries
1 parent 8b5bc93 commit 2d8b3ce

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
## Refactor
10+
11+
- [**breaking**] `SpaceRoomList::rooms` and `SpaceRoomList::subscribe_to_room_updates` are now asynchronous.
12+
([#6561](https://github.com/matrix-org/matrix-rust-sdk/pull/6561))
13+
914
## [0.17.0] - 2026-05-08
1015

1116
### Bug Fixes

crates/matrix-sdk-base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- Add `Room::compute_joined_service_members` to compute the number of joined service members in a room.
12+
This is needed for calculating display names of `SpaceRoom`s with service members.
13+
([#6561](https://github.com/matrix-org/matrix-rust-sdk/pull/6561))
14+
915
## [0.17.0] - 2026-05-08
1016

1117
### Bug Fixes

crates/matrix-sdk-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
### Refactor
10+
11+
- [**breaking**] `SpaceRoom::new_from_known` and `SpaceRoom::new_from_summary` are now asynchronous so we can
12+
properly check if they are DMs on demand instead of trusting the pre-computed value. Some other related functions
13+
are now `async` too. ([#6561](https://github.com/matrix-org/matrix-rust-sdk/pull/6561))
14+
915
## [0.17.0] - 2026-05-08
1016

1117
### Bug Fixes

0 commit comments

Comments
 (0)