Skip to content

Commit 30bb604

Browse files
Velin92poljar
authored andcommitted
docs: changelog update.
1 parent e673f85 commit 30bb604

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
@@ -45,6 +45,10 @@ All notable changes to this project will be documented in this file.
4545
### Features
4646

4747
- Expose `RoomMember::is_service_member` field. ([#6536](https://github.com/matrix-org/matrix-rust-sdk/pull/6536))
48+
- Expose `beacon` and `beacon_info` fields in `RoomPowerLevelsValues` and `RoomPowerLevelChanges`,
49+
allowing clients to read and update the power levels required to send beacon (live location)
50+
message events and beacon info state events respectively.
51+
([#6540](https://github.com/matrix-org/matrix-rust-sdk/pull/6540))
4852
- Expose `ClientBuilder::dm_room_definition` to customize the DM room definition used by the `Client`,
4953
added `RoomInfo::is_dm` field based on it. ([#6490](https://github.com/matrix-org/matrix-rust-sdk/pull/6490))
5054
- Expose `HumanQrGrantLoginError::Unknown` reason in error message.

crates/matrix-sdk/CHANGELOG.md

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

99
### Features
1010

11+
- Added `beacon` and `beacon_info` fields to `RoomPowerLevelChanges`, allowing callers to read
12+
and update the power levels required to send beacon (live location) message events and beacon
13+
info state events respectively.
14+
([#6540](https://github.com/matrix-org/matrix-rust-sdk/pull/6540))
1115
- Added `DmRoomDefinition` as a parameter of `ClientBuilder` so we can specify it when creating a Client.
1216
Also added a `Room::is_dm` method and added some logic to use the new DM definitions in `Client::get_dm_rooms`
1317
and when using message search. ([#6490](https://github.com/matrix-org/matrix-rust-sdk/pull/6490))

0 commit comments

Comments
 (0)