diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index d9e3fbad1..efcf7510b 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -21,10 +21,6 @@ All notable changes to this project will be documented in this file. Use `EncryptionInfo::session_id()` helper for quick access. ([#4981](https://github.com/matrix-org/matrix-rust-sdk/pull/4981)) -- [**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)) - - Send stable identifier `sender_device_keys` for MSC4147 (Including device keys with Olm-encrypted events). ([#4964](https://github.com/matrix-org/matrix-rust-sdk/pull/4964))