Skip to content

Commit ef44631

Browse files
BillCarsonFrpoljar
authored andcommitted
review: remove outdated changelog line
1 parent 541586f commit ef44631

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ All notable changes to this project will be documented in this file.
2323
- [**breaking**] `OlmMachine.receive_sync_changes` returns now a list of `ProcessedToDeviceEvent`
2424
instead of a list of `Raw<AnyToDeviceEvent>`. With variants like `Decrypted`|`UnableToDecrypt`|`PlainText`|`NotProcessed`.
2525
This allows for example to make the difference between an event sent in clear and an event successfully decrypted.
26-
A `ProcessedToDeviceEvent::Decrypted` now contains the `encryption_info` and `verification_state` of the event.
2726
For quick compatibility a helper `ProcessedToDeviceEvent::to_raw` allows to map back to the previous behaviour.
2827

2928
- [**breaking**] Add support for the shared history flag defined in

0 commit comments

Comments
 (0)