We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
matrix_auth
oidc
1 parent 393eadf commit efa4bffCopy full SHA for efa4bff
crates/matrix-sdk/CHANGELOG.md
@@ -46,6 +46,12 @@ All notable changes to this project will be documented in this file.
46
- [**breaking**] `Recovery::are_we_the_last_man_standing()` has been renamed to `is_last_device()`.
47
([#4522](https://github.com/matrix-org/matrix-rust-sdk/pull/4522))
48
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
54
55
## [0.9.0] - 2024-12-18
56
57
### Bug Fixes
0 commit comments