From 183116a4b1888039ad4d1714ac0d97f1375cc45a Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Tue, 9 Dec 2025 17:16:14 +0000 Subject: [PATCH] Changelog --- crates/matrix-sdk/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 65a6107ce..f9f9c17ef 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -24,6 +24,12 @@ All notable changes to this project will be documented in this file. events relating to a specific event ID from the cache. [#5930](https://github.com/matrix-org/matrix-rust-sdk/pull/5930/) +### Bugfix + +- 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)) + ## [0.16.0] - 2025-12-04 ### Features