From 1d3f8bf8981e42341c6dc228ce2783a32f5eb2bd Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 27 Jan 2025 17:18:45 +0100 Subject: [PATCH] doc(ui): Update the `CHANGELOG`. --- crates/matrix-sdk-ui/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/matrix-sdk-ui/CHANGELOG.md b/crates/matrix-sdk-ui/CHANGELOG.md index 2b84ee3f69c..201b2a8c5a3 100644 --- a/crates/matrix-sdk-ui/CHANGELOG.md +++ b/crates/matrix-sdk-ui/CHANGELOG.md @@ -30,6 +30,11 @@ All notable changes to this project will be documented in this file. are unified to work on a live or focused timeline. `Timeline::live_paginate_*` and `Timeline::focused_paginate_*` have been removed ([#4584](https://github.com/matrix-org/matrix-rust-sdk/pull/4584)). +- [**breaking**] `Timeline::subscribe_batched` replaces + `Timeline::subscribe`. `subscribe` has been removed in + [#4567](https://github.com/matrix-org/matrix-rust-sdk/pull/4567), + and `subscribe_batched` has been renamed to `subscribe` in + [#4585](https://github.com/matrix-org/matrix-rust-sdk/pull/4585). ## [0.9.0] - 2024-12-18