Skip to content

Commit 0904b0d

Browse files
committed
docs: Update CHANGELOGs
1 parent 6406d26 commit 0904b0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/matrix-sdk-common/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
1414

1515
### Features
1616

17+
- Add field `forwarder` of type `ForwarderInfo` to `EncryptionInfo`, which which exposes information about the forwarder of the keys with which an event was encrpyted if they were shared as part of an [MSC4268](https://github.com/matrix-org/matrix-spec-proposals/pull/4268) room key bundle.
18+
([#5945](https://github.com/matrix-org/matrix-rust-sdk/pull/5945)).
1719
- [**breaking**] Cross-process lock can be dirty. The `CrossProcess::try_lock_once` now returns a new type `CrossProcessResult`, which is an enum with `Clean`, `Dirty` or `Unobtained` variants. When the lock is dirty it means it's been acquired once, then acquired another time from another holder, so the current holder may want to refresh its internal state.
1820
([#5672](https://github.com/matrix-org/matrix-rust-sdk/pull/5672)).
1921

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
### Features
1010

11-
- Added a new field `forwarder` to `InboundGroupSession` of type `ForwarderData`, which stores
12-
information about the forwarder of a session shared in a room key bundle under
13-
[MSC4268](https://github.com/matrix-org/matrix-spec-proposals/pull/4268).
11+
- Added a new field `forwarder` to `InboundGroupSession` of type `ForwarderData`, which stores information about the forwarder of a session shared in a room key bundle under [MSC4268](https://github.com/matrix-org/matrix-spec-proposals/pull/4268).
1412
([#5980])(https://github.com/matrix-org/matrix-rust-sdk/pull/5980)
1513
- The `OutboundGroupSession` and `OlmMachine` now return the `EncryptionInfo`
1614
used when encrypting raw events.

0 commit comments

Comments
 (0)