doc: update changelog

This commit is contained in:
ganfra
2026-04-13 15:29:43 +02:00
committed by Benjamin Bouvier
parent 872861e90e
commit da3cf3d54b
+4
View File
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
### Bug Fixes
- Keep stopped `beacon_info` live location sessions visible in
`Room::latest_event()`, so room summaries still show the last live location
sharing session after it ends.
([#6437](https://github.com/matrix-org/matrix-rust-sdk/pull/6437))
- Don't show a "sent in clear" shield on live location timeline items in
encrypted rooms, since `beacon_info` is a state event that cannot be
encrypted by design.