fixup: merge error in crypto changelog added a double entry

This commit is contained in:
Valere
2025-06-05 22:20:31 +02:00
parent 8d400e2065
commit a2d929c79d

View File

@@ -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<AnyToDeviceEvent>)` to `Decrypted { raw: Raw<AnyToDeviceEvent>, 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))