From 737e06b581fcf5087df033bf0e80e4d2cb2799e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 27 Jun 2025 10:46:19 +0200 Subject: [PATCH] Add a missing changelog entry for PR 5177 --- crates/matrix-sdk-crypto/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index efcf7510b..798871e95 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -6,9 +6,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - ReleaseDate +### Features + - [**breaking**] Add a new `VerificationLevel::MismatchedSender` to indicate that the sender of an event appears to have been tampered with. ([#5219](https://github.com/matrix-org/matrix-rust-sdk/pull/5219)) +### Refactor + +- [**breaking**] The `PendingChanges`, `Changes`, `StoredRoomKeyBundleData`, + `TrackedUser`, `IdentityChanges`, `DeviceChanges`, `DeviceUpdates`, + `IdentityUpdates`, `BackupDecryptionKey`, `DehydratedDeviceKey`, + `RoomKeyCounts`, `BackupKeys`, `CrossSigningKeyExport`, `UserKeyQueryResult`, + `RoomSettings`, `RoomKeyInfo`, and `RoomKeyWithheldInfo` types have been moved + from the `store` module into a new `store/types` module. + ([#5177](https://github.com/matrix-org/matrix-rust-sdk/pull/5177)) + ## [0.12.0] - 2025-06-10 ### Features