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 bb70229 commit ff7077bCopy full SHA for ff7077b
crates/matrix-sdk-crypto/CHANGELOG.md
@@ -93,6 +93,12 @@ All notable changes to this project will be documented in this file.
93
94
### Refactor
95
96
+- Fix [#4424](https://github.com/matrix-org/matrix-rust-sdk/issues/4424) Failed
97
+ storage upgrade for "PreviouslyVerifiedButNoLonger". This bug caused errors to
98
+ occur when loading crypto information from storage, which typically prevented
99
+ apps from starting correctly.
100
+ ([#4430](https://github.com/matrix-org/matrix-rust-sdk/pull/4430))
101
+
102
- Add new method `OlmMachine::try_decrypt_room_event`.
103
([#4116](https://github.com/matrix-org/matrix-rust-sdk/pull/4116))
104
0 commit comments