Skip to content

Commit 80db096

Browse files
committed
crypto: fix changelog
1 parent 9ef1a04 commit 80db096

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
- Add experimental APIs for sharing encrypted room key history with new members, `Store::build_room_key_bundle` and `OlmMachine::share_room_key_bundle_data`.
10+
([#4775](https://github.com/matrix-org/matrix-rust-sdk/pull/4775), [#4864](https://github.com/matrix-org/matrix-rust-sdk/pull/4864))
11+
912
## [0.11.0] - 2025-04-11
1013

1114
### Features
@@ -35,7 +38,7 @@ All notable changes to this project will be documented in this file.
3538

3639
- Room keys are not shared with unsigned dehydrated devices.
3740
([#4551](https://github.com/matrix-org/matrix-rust-sdk/pull/4551))
38-
41+
3942
- Have the `RoomIdentityProvider` return processing changes when identities transition
4043
to `IdentityState::Verified` too.
4144
([#4670](https://github.com/matrix-org/matrix-rust-sdk/pull/4670))

0 commit comments

Comments
 (0)