doc(sdk): Add #5269 to the CHANGELOG.md.

This commit is contained in:
Ivan Enderlin
2025-06-23 15:14:49 +02:00
parent 45caaffb26
commit ef137730cb

View File

@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - ReleaseDate
### Features
- Add logging to `Room::join`.
([#5260](https://github.com/matrix-org/matrix-rust-sdk/pull/5260))
- `ClientServerCapabilities` has been renamed to `ClientServerInfo`. Alongside this,
@@ -16,6 +18,11 @@ All notable changes to this project will be documented in this file.
If the to-device message was encrypted, the `EncryptionInfo` will be set. If it is `None` the message was sent in clear.
([#5099](https://github.com/matrix-org/matrix-rust-sdk/pull/5099))
### Refactor
- `RoomEventCacheListener` is renamed `RoomEventCacheSubscriber`
([#5269](https://github.com/matrix-org/matrix-rust-sdk/pull/5269))
## [0.12.0] - 2025-06-10
### Features