From df51404a1464348ff4e75706888516313ccfabdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 22 Jan 2025 17:17:03 +0100 Subject: [PATCH] chore(sdk): Add changelog for move of `matrix_auth` and `oidc` 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 84257ac97..c5397b70f 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -46,6 +46,12 @@ All notable changes to this project will be documented in this file. - [**breaking**] `Recovery::are_we_the_last_man_standing()` has been renamed to `is_last_device()`. ([#4522](https://github.com/matrix-org/matrix-rust-sdk/pull/4522)) +- [**breaking**] The `matrix_auth` module is now at `authentication::matrix`. + ([#4575](https://github.com/matrix-org/matrix-rust-sdk/pull/4575)) + +- [**breaking**] The `oidc` module is now at `authentication::oidc`. + ([#4575](https://github.com/matrix-org/matrix-rust-sdk/pull/4575)) + ## [0.9.0] - 2024-12-18 ### Bug Fixes