Skip to content

Commit 238e4e8

Browse files
committed
doc: Mention #5624 in CHANGELOG.mds.
1 parent 37c516f commit 238e4e8

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

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

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- [**breaking**]: The new Latest Event API replaces the old API.
12+
`Room::new_latest_event` overwrites the `Room::latest_event` method. See the
13+
documentation of `matrix_sdk::latest_event` to learn about the new API.
14+
[#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/)
15+
916
## [0.16.0] - 2025-12-04
1017

1118
### Breaking changes

crates/matrix-sdk-ui/CHANGELOG.md

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

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- [**breaking**]: The new Latest Event API replaces the old API. All the
12+
`new_` prefixes have been removed. The following methods are removed:
13+
`EventTimelineItem::from_latest_event`, and `Timeline::latest_event`. See the
14+
documentation of `matrix_sdk::latest_event` to learn about the new API.
15+
[#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/)
16+
917
## [0.16.0] - 2025-12-04
1018

1119
### Features

crates/matrix-sdk/CHANGELOG.md

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

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- [**breaking**]: The new Latest Event API replaces the old API. All the
12+
`new_` prefixes have been removed, thus `Room::new_latest_event` becomes
13+
and overwrites the `Room::latest_event` value. The new Latest Event values
14+
stored in `RoomInfo` are also erased once during the first update of the
15+
SDK. The new values will be re-calculated. The following types or functions
16+
are removed: `PossibleLatestEvent`, `is_suitable_for_latest_event`, and
17+
`LatestEvent` (replaced by `LatestEventValue`). See the documentation of
18+
`matrix_sdk::latest_event` to learn about the new API.
19+
[#5624](https://github.com/matrix-org/matrix-rust-sdk/pull/5624/)
20+
921
## [0.16.0] - 2025-12-04
1022

1123
### Features

0 commit comments

Comments
 (0)