From 6209bc942cfd1eb7e31216c3a513cb9bf9987f1f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 11 Jul 2025 15:23:24 +0100 Subject: [PATCH] indexeddb: Remove incorrect line from changelog --- crates/matrix-sdk-indexeddb/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/matrix-sdk-indexeddb/CHANGELOG.md b/crates/matrix-sdk-indexeddb/CHANGELOG.md index 7cde175f3..49c11a568 100644 --- a/crates/matrix-sdk-indexeddb/CHANGELOG.md +++ b/crates/matrix-sdk-indexeddb/CHANGELOG.md @@ -8,8 +8,6 @@ All notable changes to this project will be documented in this file. ## [0.13.0] - 2025-07-10 -No notable changes in this release. - ### Features - Add support for received room key bundle data, as required by encrypted history sharing ((MSC4268)[https://github.com/matrix-org/matrix-spec-proposals/pull/4268)). ([#5276](https://github.com/matrix-org/matrix-rust-sdk/pull/5276))