From 27a002c8e248fd816faef937e950f37f393c3577 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Mon, 28 Jul 2025 10:21:27 +0200 Subject: [PATCH] chore: add changelog entry for the breaking change in `RelationalLinkedChunk::items` --- crates/matrix-sdk-base/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index d8c752b80..0441ecef6 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -20,6 +20,9 @@ All notable changes to this project will be documented in this file. ([#5390](https://github.com/matrix-org/matrix-rust-sdk/pull/5390)) ### Refactor +- [**breaking**] `RelationalLinkedChunk::items` now takes a `RoomId` instead of an + `&OwnedLinkedChunkId` parameter. + ([#5445](https://github.com/matrix-org/matrix-rust-sdk/pull/5445)) - [**breaking**] Add an `IsPrefix = False` bound to the `get_state_event_static()`, `get_state_event_static_for_key()` and `get_state_events_static()`, `get_account_data_event_static()` and