From ed1c847e7bcc1edd8b89bf53cbbfb7713d674f46 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 7 Jan 2026 10:32:30 +0100 Subject: [PATCH] doc(sdk): Update the `CHANGELOG.md. --- crates/matrix-sdk/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index e8523138e..c18effa4f 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -26,6 +26,8 @@ All notable changes to this project will be documented in this file. - Replace in-memory stores with IndexedDB implementations when initializing `Client` with `BuilderStoreConfig::IndexedDb`. [#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946) +- Sliding Sync room subscriptions are sent once to save bandwidth. + ([#6002](https://github.com/matrix-org/matrix-rust-sdk/pull/6002)) ### Bugfix