Add changelog

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille
2025-09-03 15:51:12 +02:00
committed by Damir Jelić
parent 30672e6feb
commit 359db7f28b
+2
View File
@@ -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.