We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b311197 commit 9c9944aCopy full SHA for 9c9944a
crates/matrix-sdk/CHANGELOG.md
@@ -18,7 +18,9 @@ All notable changes to this project will be documented in this file.
18
- The `MediaRetentionPolicy` can now trigger regular cleanups with its new
19
`cleanup_frequency` setting.
20
([#4603](https://github.com/matrix-org/matrix-rust-sdk/pull/4603))
21
-- The HTTP client only allows TLS 1.2 or newer, as recommended by BCP 195.
+- [**breaking**] The HTTP client only allows TLS 1.2 or newer, as recommended by
22
+ [BCP 195](https://datatracker.ietf.org/doc/bcp195/).
23
+ ([#4647](https://github.com/matrix-org/matrix-rust-sdk/pull/4647))
24
25
### Bug Fixes
26
0 commit comments