mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-01 18:36:54 -04:00
doc(sdk): Add the changelog file.
This commit is contained in:
7
crates/matrix-sdk/changelog.d/6684.fixed.md
Normal file
7
crates/matrix-sdk/changelog.d/6684.fixed.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Ensure a `VectorDiff` is not emitted to subscribers when an event cache is
|
||||
shrunk because no subscribers is listening to it. If there is no subscribers,
|
||||
it's useless to send it anyway, and if in the future, a race happens and a
|
||||
subscriber exists, it must not receive this diff.
|
||||
|
||||
At the same time, the way the subscribers are tracked and counted have been
|
||||
revisited to use less space in memory and use less atomic operations.
|
||||
Reference in New Issue
Block a user