Skip to content

Commit b2a6840

Browse files
committed
crypto: fix changelog
1 parent 69b0583 commit b2a6840

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
### Features
1010

11+
- Add experimental APIs for sharing encrypted room key history with new
12+
members, `Store::build_room_key_bundle` and
13+
`OlmMachine::share_room_key_bundle_data`.
14+
([#4775](https://github.com/matrix-org/matrix-rust-sdk/pull/4775),
15+
[#4864](https://github.com/matrix-org/matrix-rust-sdk/pull/4864))
16+
1117
- [**breaking**] Add support for the shared history flag defined in [MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061).
1218
The shared history flag is now respected when room keys are received as an
1319
`m.room_key` event as well as when they are imported from a backup or a file
@@ -32,7 +38,7 @@ All notable changes to this project will be documented in this file.
3238

3339
- Room keys are not shared with unsigned dehydrated devices.
3440
([#4551](https://github.com/matrix-org/matrix-rust-sdk/pull/4551))
35-
41+
3642
- Have the `RoomIdentityProvider` return processing changes when identities transition
3743
to `IdentityState::Verified` too.
3844
([#4670](https://github.com/matrix-org/matrix-rust-sdk/pull/4670))

0 commit comments

Comments
 (0)