Skip to content

Commit 2412403

Browse files
committed
doc: Add changelogs
1 parent ed72d34 commit 2412403

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- Add `Client::get_store_sizes()` so to query the size of the existing stores, if available. ([#5911](https://github.com/matrix-org/matrix-rust-sdk/pull/5911))
12+
913
### Breaking changes
1014

1115
- `TimelineConfiguration::track_read_receipts`'s type is now an enum to allow tracking to be enabled for all events

crates/matrix-sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
### Features
10+
11+
- Add `Client::get_store_sizes()` so to query the size of the existing stores, if available. ([#5911](https://github.com/matrix-org/matrix-rust-sdk/pull/5911))
12+
913
### Refactor
1014

1115
- [**breaking**]: `Client::server_vendor_info()` requires to enable the

0 commit comments

Comments
 (0)