From b9b40c0ef2df048ca8703211c8e4c26f15a1df22 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 15 Apr 2026 14:34:11 +0200 Subject: [PATCH] doc(sdk): Add #6453 in the `CHANGELOG.md. --- crates/matrix-sdk/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 82eee9a18..301141ba2 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -123,6 +123,8 @@ All notable changes to this project will be documented in this file. ### Bugfix +- Fix an infinite loop when loading pinned events from the storage. + ([#6453](https://github.com/matrix-org/matrix-rust-sdk/pull/6453)) - `beacon_info` stop events (`live: false`, [MSC3672](https://github.com/matrix-org/matrix-spec-proposals/pull/3672)) are now also eligible as the latest event for a room, preventing the live location sharing item from disappearing from the room list summary once the session ends.