From f3aec8d33eb56ed9913696dc3dc85f425c754a4b Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 8 Jan 2026 10:12:15 +0100 Subject: [PATCH] doc(sdk): Remove 6002 as it's no more relevant. --- crates/matrix-sdk/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index 473460f76..529a43a65 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -26,8 +26,6 @@ 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