From 619346acad553197960406b6038648882a13d54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 2 Feb 2025 19:48:50 +0100 Subject: [PATCH] chore: Add changelog entry for oauth2 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 55c64be6f6b..eeb17f49f00 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -62,6 +62,10 @@ All notable changes to this project will be documented in this file. - [**breaking**] The `oidc` module is now at `authentication::oidc`. ([#4575](https://github.com/matrix-org/matrix-rust-sdk/pull/4575)) +- [**breaking**] The `authentication::qrcode` module now reexports types from + `oauth2` rather than `openidconnect`. Some type names might have changed. + ([#4604](https://github.com/matrix-org/matrix-rust-sdk/pull/4604)) + ## [0.9.0] - 2024-12-18 ### Bug Fixes