chore: Update the changelog to mention the UserIdentity renames

This commit is contained in:
Damir Jelić
2024-09-26 13:09:42 +02:00
parent c2ab795122
commit dc055c632c

View File

@@ -2,6 +2,12 @@
Changes:
- The `UserIdentity` struct has been renamed to `OtherUserIdentity`
([#4036](https://github.com/matrix-org/matrix-rust-sdk/pull/4036]))
- The `UserIdentities` enum has been renamed to `UserIdentity`
([#4036](https://github.com/matrix-org/matrix-rust-sdk/pull/4036]))
- Change the withheld code for keys not shared due to the `IdentityBasedStrategy`, from `m.unauthorised`
to `m.unverified`.
([#3985](https://github.com/matrix-org/matrix-rust-sdk/pull/3985))