Skip to content

Commit 73449f4

Browse files
committed
doc(sdk): Add #5908 in the CHANGELOG.md.
1 parent bbe35e8 commit 73449f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/matrix-sdk/CHANGELOG.md

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

117117
### Bugfix
118118

119+
- A new local `LatestEventValue` was always created as `LocalIsSending`. It
120+
must be created as `LocalCannotBeSent` if a previous local `LatestEventValue`
121+
exists and is `LocalCannotBeSent`.
122+
([#5908](https://github.com/matrix-org/matrix-rust-sdk/pull/5908))
119123
- Switch QR login implementation from `std::time::Instant` to `ruma::time::Instant` which
120124
is compatible with Wasm.
121125
([#5889](https://github.com/matrix-org/matrix-rust-sdk/pull/5889))

0 commit comments

Comments
 (0)