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 b26887b commit b1b5a7dCopy full SHA for b1b5a7d
crates/matrix-sdk-crypto/CHANGELOG.md
@@ -27,8 +27,16 @@ Breaking changes:
27
- Add new `dehydrated` property to `olm::account::PickledAccount`.
28
([#3164](https://github.com/matrix-org/matrix-rust-sdk/pull/3164))
29
30
+Deprecations:
31
+
32
+- Deprecate `BackupMachine::import_backed_up_room_keys`.
33
+ ([#3448](https://github.com/matrix-org/matrix-rust-sdk/pull/3448))
34
35
Additions:
36
37
+- Expose new method `CryptoStore::import_room_keys`.
38
39
40
- Expose new method `BackupMachine::backup_version`.
41
([#3320](https://github.com/matrix-org/matrix-rust-sdk/pull/3320))
42
0 commit comments