From f5ed67a7c3c142eb797f93efccb2cab6d288eb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 1 May 2026 15:24:01 +0200 Subject: [PATCH] Add changelog entry 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 837ee5916..71f774fcd 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -143,6 +143,9 @@ All notable changes to this project will be documented in this file. ### Bugfix +- Add the `session` key in `OAuthCrossSigningResetInfo`, allowing to provide `AuthData::OAuth` in + `CrossSigningResetHandle::auth()`, to match the behavior described in the Matrix spec. + ([#6525](https://github.com/matrix-org/matrix-rust-sdk/pull/6525)) - When threads are enabled, a focused event timeline is used and the focused event is not part of a thread, hide other threaded events by default like it happens on the live focus timeline. ([#6519](https://github.com/matrix-org/matrix-rust-sdk/pull/6519))