From a2d929c79dd64c0bdcd84783d4032cf4fb2bbbf5 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 5 Jun 2025 22:20:31 +0200 Subject: [PATCH] fixup: merge error in crypto changelog added a double entry --- crates/matrix-sdk-crypto/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) 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))