From ca392b08c901822f4bac8a04bd46bb8836dcad5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 17 Feb 2025 17:45:45 +0100 Subject: [PATCH] chore: Add changelog for UserSession deserialization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- 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 55de3782c..5eb3f4fa4 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -46,6 +46,8 @@ All notable changes to this project will be documented in this file. case anymore, according to the latest version of [MSC2967](https://github.com/matrix-org/matrix-spec-proposals/pull/2967). ([#4664](https://github.com/matrix-org/matrix-rust-sdk/pull/4664)) +- The `UserSession` type cannot be deserialized from its old format anymore. The + old format used an `issuer_info` field instead of an `issuer` field. ## [0.10.0] - 2025-02-04