From cbc7228e08e7dc00ccc171eabfacecd6b86fcd78 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 19 Mar 2026 08:15:35 +0100 Subject: [PATCH] doc(sdk): Add #6316 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 68f1d9dbd..c405389ec 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -117,6 +117,8 @@ All notable changes to this project will be documented in this file. - Allow granting of QR login to a new client whose device ID is not a base64 encoded Curve25519 public key. ([#5940](https://github.com/matrix-org/matrix-rust-sdk/pull/5940)) +- Remove an unwrap in `SlidingSync::send_sync_request` when an asynchronous task panics or is cancelled. + ([#6316](https://github.com/matrix-org/matrix-rust-sdk/pull/6316)) ### Refactor