Skip to content

Commit

Permalink
doc(crypto): Add changelog entry for #4424
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Dec 18, 2024
1 parent b18e7d7 commit c06b7a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/matrix-sdk-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit c06b7a8

Please sign in to comment.