From b4d265e997c8d56ef22cd203a56199bfa0c4a431 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 15 Aug 2024 18:20:27 +0100 Subject: [PATCH] crypto: update changelog --- crates/matrix-sdk-crypto/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 6e36dc038..84fdf3e90 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -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