We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8b1cd commit c1bde02Copy full SHA for c1bde02
crates/matrix-sdk/CHANGELOG.md
@@ -11,6 +11,9 @@ All notable changes to this project will be documented in this file.
11
- The `MediaRetentionPolicy` can now trigger regular cleanups with its new
12
`cleanup_frequency` setting.
13
([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603))
14
+- **breaking**: the `experimental-oidc` Cargo feature has been removed and is no longer required,
15
+ as its functionality has now been enabled by default.
16
+ ([#4635](https://github.com/matrix-org/matrix-rust-sdk/pull/4635))
17
18
## [0.10.0] - 2025-02-04
19
0 commit comments