Skip to content

Commit a1eed42

Browse files
committed
doc(common): Update CHANGELOG.md.
1 parent d444e68 commit a1eed42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/matrix-sdk-common/CHANGELOG.md

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

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- [**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.
12+
([#5672](https://github.com/matrix-org/matrix-rust-sdk/pull/5672)).
13+
914
## [0.14.0] - 2025-09-04
1015

1116
### Features

0 commit comments

Comments
 (0)