Skip to content

Commit d228bde

Browse files
committed
doc(ui): Merge a duplicated Refactor Section.
1 parent 83a7d59 commit d228bde

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

crates/matrix-sdk-ui/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)