Skip to content

Commit 0f9faad

Browse files
committed
doc(ffi,ui): Update the CHANGELOG.mds.
1 parent d7550ec commit 0f9faad

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ All notable changes to this project will be documented in this file.
1414
- Add `EmbeddedEventDetails::timestamp` and `EmbeddedEventDetails::event_or_transaction_id`
1515
which are already available in regular timeline items.
1616
([#5331](https://github.com/matrix-org/matrix-rust-sdk/pull/5331))
17+
- `RoomListService::subscribe_to_rooms` becomes `async` and automatically calls
18+
`matrix_sdk::latest_events::LatestEvents::listen_to_room`
19+
([#5369](https://github.com/matrix-org/matrix-rust-sdk/pull/5369))
1720

1821
### Refactor
1922

crates/matrix-sdk-ui/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ All notable changes to this project will be documented in this file.
99
### Features
1010

1111
- Infer timeline read receipt threads for the `send_single_receipt` method from
12-
the focus mode and associated `hide_threaded_events` flag. ([5325](https://github.com/matrix-org/matrix-rust-sdk/pull/5325))
12+
the focus mode and associated `hide_threaded_events` flag.
13+
([5325](https://github.com/matrix-org/matrix-rust-sdk/pull/5325))
1314
- Add `NotificationItem::room_topic` to the `NotificationItem` struct, which
1415
contains the topic of the room. This is useful for displaying the room topic
15-
in notifications. ([#5300](https://github.com/matrix-org/matrix-rust-sdk/pull/5300))
16+
in notifications.
17+
([#5300](https://github.com/matrix-org/matrix-rust-sdk/pull/5300))
1618
- Add `EmbeddedEvent::timestamp` and `EmbeddedEvent::identifier` which are already
17-
available in regular timeline items. ([#5331](https://github.com/matrix-org/matrix-rust-sdk/pull/5331))
19+
available in regular timeline items.
20+
([#5331](https://github.com/matrix-org/matrix-rust-sdk/pull/5331))
21+
- `RoomListService::subscribe_to_rooms` becomes `async` and automatically calls
22+
`matrix_sdk::latest_events::LatestEvents::listen_to_room`
23+
([#5369](https://github.com/matrix-org/matrix-rust-sdk/pull/5369))
1824

1925
## [0.12.0] - 2025-06-10
2026

0 commit comments

Comments
 (0)