Skip to content

Commit 00e079b

Browse files
committed
crypto: add changelog
1 parent 224f88f commit 00e079b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ Breaking changes:
3636
the CryptoStore, meaning that, once upgraded, it will not be possible to roll
3737
back applications to earlier versions without breaking user sessions.
3838

39+
- `OlmMachine::decrypt_room_event` now takes a `DecryptionSettings` argument,
40+
which includes a `TrustRequirement` indicating the required trust level for
41+
the sending device. When it is called with `TrustRequirement` other than
42+
`TrustRequirement::Unverified`, it may return the new
43+
`MegolmError::SenderIdentityNotTrusted` variant if the sending device does not
44+
satisfy the required trust level.
45+
([#3899](https://github.com/matrix-org/matrix-rust-sdk/pull/3899))
46+
3947
- Change the structure of the `SenderData` enum to separate variants for
4048
previously-verified, unverified and verified.
4149
([#3877](https://github.com/matrix-org/matrix-rust-sdk/pull/3877))

0 commit comments

Comments
 (0)