File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments