doc(sdk): Add #6316 in the `CHANGELOG.md.

This commit is contained in:
Ivan Enderlin
2026-03-19 08:15:35 +01:00
parent affce2d43c
commit cbc7228e08

View File

@@ -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