From dc6fe93d1e4ae1731f9f2eba99cfe717fa092bbe Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:12:32 +0100 Subject: [PATCH] crypto: fix changelog for 0.10.0 and 0.11.0 (#4939) PR #4670 didn't land until 0.11.0. --- crates/matrix-sdk-crypto/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/matrix-sdk-crypto/CHANGELOG.md b/crates/matrix-sdk-crypto/CHANGELOG.md index 76dbb73b4..bb3e95aea 100644 --- a/crates/matrix-sdk-crypto/CHANGELOG.md +++ b/crates/matrix-sdk-crypto/CHANGELOG.md @@ -27,6 +27,10 @@ All notable changes to this project will be documented in this file. `shared_history` field that defaults to `false.` ([#4700](https://github.com/matrix-org/matrix-rust-sdk/pull/4700)) +- Have the `RoomIdentityProvider` return processing changes when identities transition + to `IdentityState::Verified` too. + ([#4670](https://github.com/matrix-org/matrix-rust-sdk/pull/4670)) + ## [0.10.0] - 2025-02-04 ### Features @@ -43,10 +47,6 @@ All notable changes to this project will be documented in this file. - Room keys are not shared with unsigned dehydrated devices. ([#4551](https://github.com/matrix-org/matrix-rust-sdk/pull/4551)) -- Have the `RoomIdentityProvider` return processing changes when identities transition - to `IdentityState::Verified` too. - ([#4670](https://github.com/matrix-org/matrix-rust-sdk/pull/4670)) - ## [0.9.0] - 2024-12-18 ### Features