doc(crypto): Add changelog entry for #4424

This commit is contained in:
Andy Balaam
2024-12-18 13:27:07 +00:00
committed by Andy Balaam
parent bb70229dd8
commit ff7077b742

View File

@@ -93,6 +93,12 @@ All notable changes to this project will be documented in this file.
### Refactor
- 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))