Skip to content

Commit c55652d

Browse files
authored
crypto: changelog fixes (#5136)
Put one change in the right place in the changelog, and add missing PR links.
1 parent 0220689 commit c55652d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
- [**breaking**] Move `session_id` from `EncryptionInfo` to `AlgorithmInfo` as it is megolm specific.
1212
Use `EncryptionInfo::session_id()` helper for quick access.
13+
([#4981](https://github.com/matrix-org/matrix-rust-sdk/pull/4775), [#4864](https://github.com/matrix-org/matrix-rust-sdk/pull/4981))
1314

1415
- Send stable identifier `sender_device_keys` for MSC4147 (Including device
1516
keys with Olm-encrypted events).
@@ -31,14 +32,15 @@ All notable changes to this project will be documented in this file.
3132
cases can cause room key oversharing.
3233
([#4975](https://github.com/matrix-org/matrix-rust-sdk/pull/4975))
3334

34-
## [0.11.0] - 2025-04-11
35-
36-
### Features
37-
3835
- [**breaking**] `OlmMachine.receive_sync_changes` returns now a list of `ProcessedToDeviceEvent`
3936
instead of a list of `Raw<AnyToDeviceEvent>`. With variants like `Decrypted`|`UnableToDecrypt`|`PlainText`|`NotProcessed`.
4037
This allows for example to make the difference between an event sent in clear and an event successfully decrypted.
4138
For quick compatibility a helper `ProcessedToDeviceEvent::to_raw` allows to map back to the previous behaviour.
39+
([#4935](https://github.com/matrix-org/matrix-rust-sdk/pull/4935))
40+
41+
## [0.11.0] - 2025-04-11
42+
43+
### Features
4244

4345
- [**breaking**] Add support for the shared history flag defined in
4446
[MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061).

0 commit comments

Comments
 (0)