mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-21 22:58:32 -04:00
crypto: update changelog
This commit is contained in:
committed by
Richard van der Hoff
parent
dd810f4803
commit
b4d265e997
@@ -32,6 +32,16 @@ Changes:
|
||||
|
||||
Breaking changes:
|
||||
|
||||
- Expose new methods `OwnUserIdentity::was_previously_verified`,
|
||||
`OwnUserIdentity::withdraw_verification`, and
|
||||
`OwnUserIdentity::has_verification_violation`, which track whether our own
|
||||
identity was previously verified.
|
||||
([#3846](https://github.com/matrix-org/matrix-rust-sdk/pull/3846))
|
||||
|
||||
**NOTE**: this causes changes to the format of the serialised data in the
|
||||
CryptoStore, meaning that, once upgraded, it will not be possible to roll
|
||||
back applications to earlier versions without breaking user sessions.
|
||||
|
||||
- Add a new `error_on_verified_user_problem` property to
|
||||
`CollectStrategy::DeviceBasedStrategy`, which, when set, causes
|
||||
`OlmMachine::share_room_key` to fail with an error if any verified users on
|
||||
|
||||
Reference in New Issue
Block a user