diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 51dc8caf79..e7c6c6cba9 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -2,6 +2,12 @@ Changes: +- Fix [#4424](https://github.com/matrix-org/matrix-rust-sdk/issues/4424) Failed + storage upgrade for "PreviouslyVerifiedButNoLonger". This bug caused errors to + occur when loading crypto information from storage, which typically prevented + apps from starting correctly. + ([#4430](https://github.com/matrix-org/matrix-rust-sdk/pull/4430)) + - Add new method `OlmMachine::try_decrypt_room_event`. ([#4116](https://github.com/matrix-org/matrix-rust-sdk/pull/4116))