From dc055c632c106c6392eeea8efd24c3bb7d756fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 26 Sep 2024 13:09:42 +0200 Subject: [PATCH] chore: Update the changelog to mention the UserIdentity renames --- crates/matrix-sdk-crypto/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index f4e3241ee..c45f2fc52 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -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))