You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bindings/matrix-sdk-ffi/CHANGELOG.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
## [Unreleased] - ReleaseDate
8
8
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))
9
+
## [0.16.0] - 2025-12-04
12
10
13
11
### Breaking changes
14
12
@@ -18,11 +16,6 @@ All notable changes to this project will be documented in this file.
18
16
-`Client::reset_server_info()` has been split into `reset_supported_versions()`
- Add `HumanQrGrantLoginError::NotFound` for non-existing / expired rendezvous sessions
@@ -91,6 +84,7 @@ All notable changes to this project will be documented in this file.
91
84
92
85
### Features
93
86
87
+
- 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))
94
88
- Expose `is_space` in `NotificationRoomInfo`, allowing clients to determine if the room that triggered the notification is a space.
95
89
- Add push actions to `NotificationItem` and replace `SyncNotification` with `NotificationItem`.
0 commit comments