File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments