diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 1979c61e2..efcf7510b 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -6,17 +6,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +- [**breaking**] Add a new `VerificationLevel::MismatchedSender` to indicate that the sender of an event appears to have been tampered with. + ([#5219](https://github.com/matrix-org/matrix-rust-sdk/pull/5219)) + ## [0.12.0] - 2025-06-10 ### Features - [**breaking**] The `ProcessedToDeviceEvent::Decrypted` variant now also have an `EncryptionInfo` field. Format changed from `Decrypted(Raw)` to `Decrypted { raw: Raw, encryption_info: EncryptionInfo) }` - ([5074](https://github.com/matrix-org/matrix-rust-sdk/pull/5074)) + ([#5074](https://github.com/matrix-org/matrix-rust-sdk/pull/5074)) - [**breaking**] Move `session_id` from `EncryptionInfo` to `AlgorithmInfo` as it is megolm specific. Use `EncryptionInfo::session_id()` helper for quick access. - ([4981](https://github.com/matrix-org/matrix-rust-sdk/pull/4981)) + ([#4981](https://github.com/matrix-org/matrix-rust-sdk/pull/4981)) - Send stable identifier `sender_device_keys` for MSC4147 (Including device keys with Olm-encrypted events).