Skip to content

Commit dc6fe93

Browse files
authored
crypto: fix changelog for 0.10.0 and 0.11.0 (#4939)
PR #4670 didn't land until 0.11.0.
1 parent a5537a8 commit dc6fe93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ All notable changes to this project will be documented in this file.
2727
`shared_history` field that defaults to `false.`
2828
([#4700](https://github.com/matrix-org/matrix-rust-sdk/pull/4700))
2929

30+
- Have the `RoomIdentityProvider` return processing changes when identities transition
31+
to `IdentityState::Verified` too.
32+
([#4670](https://github.com/matrix-org/matrix-rust-sdk/pull/4670))
33+
3034
## [0.10.0] - 2025-02-04
3135

3236
### Features
@@ -43,10 +47,6 @@ All notable changes to this project will be documented in this file.
4347
- Room keys are not shared with unsigned dehydrated devices.
4448
([#4551](https://github.com/matrix-org/matrix-rust-sdk/pull/4551))
4549

46-
- Have the `RoomIdentityProvider` return processing changes when identities transition
47-
to `IdentityState::Verified` too.
48-
([#4670](https://github.com/matrix-org/matrix-rust-sdk/pull/4670))
49-
5050
## [0.9.0] - 2024-12-18
5151

5252
### Features

0 commit comments

Comments
 (0)