Skip to content

Commit 1c22d0b

Browse files
committed
doc: add changelogs
1 parent be86fe4 commit 1c22d0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

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

8686
### Changes
8787

88+
- `Timeline::latest_event_id` now uses its `ui::Timeline::latest_event_id` counterpart, instead of getting the latest event from the timeline and then its id.([#5864](https://github.com/matrix-org/matrix-rust-sdk/pull/5864))
8889
- Build Android ARM64 bindings using better default RUSTFLAGS (the same used for iOS ARM64). This should improve performance. [(#5854)](https://github.com/matrix-org/matrix-rust-sdk/pull/5854)
8990

9091
## [0.14.0] - 2025-09-04

crates/matrix-sdk-ui/CHANGELOG.md

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

2323
### Bug Fixes
2424

25+
- `Timeline::latest_event_id` won't take threaded events into account on live/event focused timelines if `hide_threaded_events` is enabled. This fixes a bug in `Timeline::mark_as_read` that incorrectly tried to send a read receipt for threaded events that aren't really part of those timelines. ([#5864](https://github.com/matrix-org/matrix-rust-sdk/pull/5864/))
2526
- Avoid replacing timeline items when the encryption info is unchanged.
2627
([#5660](https://github.com/matrix-org/matrix-rust-sdk/pull/5660))
2728
- Improvement performance of `RoomList` by introducing a new `RoomListItem` type

0 commit comments

Comments
 (0)