From cdd40d03088e75bae6cc91f653e33f6cb92d2d44 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 3 Mar 2026 16:25:47 +0100 Subject: [PATCH] chore: add changelog entry for the renaming of `BackPaginationError` --- 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 749b4f088..2b0c950ee 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -87,6 +87,8 @@ All notable changes to this project will be documented in this file. - [**breaking**] `SessionChange::UnknownToken` is now a tuple variant containing an `UnknownTokenErrorData`. ([#6241](https://github.com/matrix-org/matrix-rust-sdk/pull/6241)) +- [**breaking**] `EventCacheError::BackPaginationError` has been renamed `PaginationError`. + ([#6239](https://github.com/matrix-org/matrix-rust-sdk/pull/6239)) - [**breaking**] The functions on the `OAuth` API to access the account management URL and its actions were removed. The methods available on the `AuthorizationServerMetadata` should be used instead.