Skip to content

Commit

Permalink
crypto: Add changelog for UtdCause for withheld keys
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Dec 4, 2024
1 parent 8f8cd17 commit f09b3e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/matrix-sdk-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased] - ReleaseDate

- Added new `UtdCause` variants `WithheldForUnverifiedOrInsecureDevice` and `WithheldBySender`.
These variants provide clearer categorization for expected Unable-To-Decrypt (UTD) errors
when the sender either did not wish to share or was unable to share the room_key.
([#4305](https://github.com/matrix-org/matrix-rust-sdk/pull/4305))

## [0.8.0] - 2024-11-19

### Features
Expand Down

0 comments on commit f09b3e4

Please sign in to comment.