Skip to content

Commit 4c43b06

Browse files
zecakehpoljar
authored andcommitted
Add changelogs
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 49a0765 commit 4c43b06

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ All notable changes to this project will be documented in this file.
1515
- `ClientBuilder::build_with_qr_code` has been removed. Instead, the Client should be built by passing
1616
`QrCodeData::server_name` to `ClientBuilder::server_name_or_homeserver_url`, after which QR login can be performed by
1717
calling `Client::login_with_qr_code`. ([#5388](https://github.com/matrix-org/matrix-rust-sdk/pull/5388))
18+
- The `event_id` field of `PredecessorRoom` was removed, due to its removal in the Matrix
19+
specification with MSC4291.
20+
([#5419](https://github.com/matrix-org/matrix-rust-sdk/pull/5419))
1821

1922
## [0.13.0] - 2025-07-10
2023

crates/matrix-sdk-base/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ All notable changes to this project will be documented in this file.
1515
inviter.
1616
([#5390](https://github.com/matrix-org/matrix-rust-sdk/pull/5390))
1717

18+
### Refactor
19+
- [**breaking**] The `event_id` field of `PredecessorRoom` was removed, due to
20+
its removal in the Matrix specification with MSC4291.
21+
([#5419](https://github.com/matrix-org/matrix-rust-sdk/pull/5419))
22+
1823
## [0.13.0] - 2025-07-10
1924

2025
### Features
@@ -59,8 +64,8 @@ No notable changes in this release.
5964
- `EventCacheStoreMedia` has a new method `last_media_cleanup_time_inner`
6065
- There are new `'static` bounds in `MediaService` for the media cache stores
6166
- `event_cache::store::MemoryStore` implements `Clone`.
62-
- `BaseClient` now has a `handle_verification_events` field which is `true` by
63-
default and can be negated so the `NotificationClient` won't handle received
67+
- `BaseClient` now has a `handle_verification_events` field which is `true` by
68+
default and can be negated so the `NotificationClient` won't handle received
6469
verification events too, causing errors in the `VerificationMachine`.
6570
- [**breaking**] `Room::is_encryption_state_synced` has been removed
6671
([#4777](https://github.com/matrix-org/matrix-rust-sdk/pull/4777))

0 commit comments

Comments
 (0)