diff --git a/crates/matrix-sdk-base/CHANGELOG.md b/crates/matrix-sdk-base/CHANGELOG.md index 3719cfb70..9bf938aba 100644 --- a/crates/matrix-sdk-base/CHANGELOG.md +++ b/crates/matrix-sdk-base/CHANGELOG.md @@ -34,7 +34,8 @@ All notable changes to this project will be documented in this file. ([#4851](https://github.com/matrix-org/matrix-rust-sdk/pull/4851)) - [**breaking**] `BaseClient::with_store_config` is renamed `new` ([#4847](https://github.com/matrix-org/matrix-rust-sdk/pull/4847)) -- [**breaking**] `BaseClient::set_session_metadata` is renamed `set_or_reload_session` +- [**breaking**] `BaseClient::set_session_metadata` is renamed + `activate`, and `BaseClient::logged_in` is renamed `is_activated` ([#4850](https://github.com/matrix-org/matrix-rust-sdk/pull/4850)) ## [0.10.0] - 2025-02-04