Add a missing changelog entry for PR 5177

This commit is contained in:
Damir Jelić
2025-06-27 10:46:19 +02:00
parent 4ecd599c15
commit 737e06b581

View File

@@ -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