Skip to content

Commit

Permalink
fixup! Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 14, 2024
1 parent b341e19 commit 5dbc599
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/matrix-sdk-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Breaking changes:
`CollectStrategy::DeviceBasedStrategy`, which, when set, causes
`OlmMachine::share_room_key` to fail with an error if any verified users on
the recipient list have unsigned devices.

Also remove `CollectStrategy::new_device_based`: callers should construct a
`CollectStrategy::DeviceBasedStrategy` directly.

`EncryptionSettings::new` now takes a `CollectStrategy` argument, instead of
a list of booleans.
([#3810](https://github.com/matrix-org/matrix-rust-sdk/pull/3810))

- Remove the method `OlmMachine::clear_crypto_cache()`, crypto stores are not
Expand Down

0 comments on commit 5dbc599

Please sign in to comment.