Skip to content

Commit 4590fe7

Browse files
committed
chore(sdk): Add changelog for move of matrix_auth and oidc
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 72966b8 commit 4590fe7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/matrix-sdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ All notable changes to this project will be documented in this file.
4646
- [**breaking**] `Recovery::are_we_the_last_man_standing()` has been renamed to `is_last_device()`.
4747
([#4522](https://github.com/matrix-org/matrix-rust-sdk/pull/4522))
4848

49+
- [**breaking**] The `matrix_auth` module is now at `authentication::matrix`.
50+
([#4575](https://github.com/matrix-org/matrix-rust-sdk/pull/4575))
51+
52+
- [**breaking**] The `oidc` module is now at `authentication::oidc`.
53+
([#4575](https://github.com/matrix-org/matrix-rust-sdk/pull/4575))
54+
4955
## [0.9.0] - 2024-12-18
5056

5157
### Bug Fixes

0 commit comments

Comments
 (0)