doc: Add changelog entry

This commit is contained in:
Jorge Martín
2026-01-07 10:17:34 +01:00
committed by Jorge Martin Espinosa
parent d52e5cfb50
commit 48d1d1f80f
+1
View File
@@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file.
### Bugfix
- Use the server name extracted from the user id in `Client::fetch_client_well_known` as a fallback value. Otherwise, sometimes the server name is not available and we can't reload the well-known contents. ([#5996](https://github.com/matrix-org/matrix-rust-sdk/pull/5996))
- Latest Event is lazier: a `RoomLatestEvents` can be registered even if its
associated `RoomEventCache` isn't created yet.
([#5947](https://github.com/matrix-org/matrix-rust-sdk/pull/5947))