There was an error while loading. Please reload this page.
1 parent c1739b4 commit ab83ed0Copy full SHA for ab83ed0
1 file changed
crates/matrix-sdk/CHANGELOG.md
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
8
9
### Features
10
11
+- [**breaking**] Remove support for `native-tls` and remove all feature
12
+ flags for selecting TLS backend, as `rustls` is the now the only supported
13
+ TLS backend.
14
+ ([#6409](https://github.com/matrix-org/matrix-rust-sdk/pull/6409))
15
- [**breaking**] Added `HomeserverCapabilities` and `Client::homeserver_capabilities()` to get the capabilities
16
of the homeserver. This replaces `Client::get_capabilities()`.
17
([#6371](https://github.com/matrix-org/matrix-rust-sdk/pull/6371))
0 commit comments