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