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 4ea0b7d commit 3f5d51aCopy full SHA for 3f5d51a
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
+- Add support for extended profile fields with `Account::fetch_profile_field_of()`,
12
+ `Account::fetch_profile_field_of_static()`, `Account::set_profile_field()` and
13
+ `Account::delete_profile_field()`.
14
+ ([#5771](https://github.com/matrix-org/matrix-rust-sdk/pull/5771))
15
- [**breaking**] Remove the `matrix-sdk-crypto` re-export.
16
([#5769](https://github.com/matrix-org/matrix-rust-sdk/pull/5769))
17
- Allow `Client::get_dm_room()` to be called without the `e2e-encryption` crate feature.
0 commit comments