File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file.
77## [ Unreleased] - ReleaseDate
88
99### Features
10-
10+ - Make sure to accept historic room key bundles only if the sender is trusted
11+ enough.
12+ ([ #5510 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5510 ) )
1113- [ ** breaking** ] : When in "exclude insecure devices" mode, refuse to decrypt
1214 incoming to-device messages from unverified devices, except for some
1315 exceptions for certain event types. To support this, a new variant has been
@@ -19,7 +21,7 @@ All notable changes to this project will be documented in this file.
1921 ` DecryptionSettings { sender_device_trust_requirement: TrustRequirement::Untrusted } ` .
2022 Affected methods are ` OlmMachine::receive_sync_changes ` ,
2123 ` RehydratedDevice::receive_events ` , and several internal methods.
22- ([ #5319 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5319 )
24+ ([ #5319 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5319 ) )
2325- [ ** breaking** ] The ` Device::encrypt_event_raw ` and (experimental)
2426 ` OlmMachine::encrypt_content_for_devices ` have new ` share_strategy ` parameters
2527 to ensure that the recipients are sufficiently trusted.
You can’t perform that action at this time.
0 commit comments