diff --git a/crates/matrix-sdk/CHANGELOG.md b/crates/matrix-sdk/CHANGELOG.md index c0f4b5d91..63b7c01ac 100644 --- a/crates/matrix-sdk/CHANGELOG.md +++ b/crates/matrix-sdk/CHANGELOG.md @@ -50,6 +50,8 @@ All notable changes to this project will be documented in this file. ### Refactor +- [**breaking**] Upgrade ruma to 0.13.0 + ([#5623](https://github.com/matrix-org/matrix-rust-sdk/pull/5623)) - [**breaking**] `SyncSettings` token is now `SyncToken` enum type which has default behaviour of `SyncToken::ReusePrevious` token. This breaks `Client::sync_once`. For old behaviour, set the token to `SyncToken::NoToken` with the usual `SyncSettings::token` setter. - [**breaking**] Change the upload_encrypted_file and make it clone the client instead of owning it. The lifetime of the `UploadEncryptedFile` request returned by `Client::upload_encrypted_file()` only depends on the request lifetime now.