Skip to content

Commit 0e44b20

Browse files
committed
Add changelogs
1 parent 386633b commit 0e44b20

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

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

99
### Breaking changes
1010

11+
- Expose the power level required to modify `m.space.child` on
12+
`room::power_levels::RoomPowerLevelsValues`.
1113
- Rename `Client::login_with_qr_code` to `Client::new_login_with_qr_code_handler`.
1214
([#5836](https://github.com/matrix-org/matrix-rust-sdk/pull/5836))
1315
- Add the `sqlite` feature, along with the `indexeddb` feature, to enable either

crates/matrix-sdk/CHANGELOG.md

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

99
### Features
1010

11+
- Expose the power level required to modify `m.space.child` on
12+
`room::power_levels::RoomPowerLevelChanges`.
13+
([#5857](https://github.com/matrix-org/matrix-rust-sdk/pull/5857))
1114
- Add the `Client::server_versions_cached()` method.
1215
([#5853](https://github.com/matrix-org/matrix-rust-sdk/pull/5853))
1316
- Extend `authentication::oauth::OAuth::grant_login_with_qr_code` to support granting

0 commit comments

Comments
 (0)