From 408c12fc669c1b64c0f99f61ca83b29cdeaa98f5 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 13 Jun 2024 16:32:21 +0200 Subject: [PATCH] doc(base): Update the `CHANGELOG.md` file. --- crates/matrix-sdk-base/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index dc875c7b6..5e20bed19 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -3,6 +3,10 @@ - Replace the `Notification` type from Ruma in `SyncResponse` and `StateChanges` by a custom one - The ambiguity maps in `SyncResponse` are moved to `JoinedRoom` and `LeftRoom` - `AmbiguityCache` contains the room member's user ID +- `Store::get_rooms` and `Store::get_rooms_filtered` are way faster because they + don't acquire the lock for every room they read. +- `Store::get_rooms`, `Store::get_rooms_filtered` and `Store::get_room` are + renamed `Store::rooms`, `Store::rooms_filtered` and `Store::room`. # 0.7.0