File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ All notable changes to this project will be documented in this file.
2222 an event.
2323- ` TimelineFocusKind::Event ` can now handle both the existing event pagination and thread pagination if the focused
2424 event is part of a thread ([ #5678 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5678 ) ).
25+ - [ ** breaking** ] The ` Room ` type in ` room_list_service ` is renamed to
26+ ` RoomListItem ` .
27+ ([ #5684 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5684 ) )
2528
2629### Bug Fixes
2730
@@ -32,12 +35,6 @@ All notable changes to this project will be documented in this file.
3235 (that replaces the ` Room ` type).
3336 ([ #5684 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5684 ) )
3437
35- ### Refactor
36-
37- - [ ** breaking** ] The ` Room ` type in ` room_list_service ` is renamed to
38- ` RoomListItem ` .
39- ([ #5684 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5684 ) )
40-
4138## [ 0.14.0] - 2025-09-04
4239
4340### Features
You can’t perform that action at this time.
0 commit comments