Skip to content

Commit 412b7bb

Browse files
BillCarsonFrpoljar
authored andcommitted
add changelog
1 parent 0617c88 commit 412b7bb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ All notable changes to this project will be documented in this file.
3535
This is primarily for Element X to give a dedicated error message in case
3636
it connects a homeserver with only this method available.
3737
([#5222](https://github.com/matrix-org/matrix-rust-sdk/pull/5222))
38+
- Add new API to decline calls ([MSC4310](https://github.com/matrix-org/matrix-spec-proposals/pull/4310)): `Room::decline_call` and `Room::subscribe_to_call_decline_events`
39+
([#5614](https://github.com/matrix-org/matrix-rust-sdk/pull/5614))
3840

3941
### Breaking changes:
4042

crates/matrix-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ All notable changes to this project will be documented in this file.
4646
- Add support to accept historic room key bundles that arrive out of order, i.e.
4747
the bundle arrives after the invite has already been accepted.
4848
([#5322](https://github.com/matrix-org/matrix-rust-sdk/pull/5322))
49+
- Add new API to decline calls ([MSC4310](https://github.com/matrix-org/matrix-spec-proposals/pull/4310)): `Room::make_decline_call_event` and `Room::subscribe_to_call_decline_events`
50+
([#5614](https://github.com/matrix-org/matrix-rust-sdk/pull/5614))
4951

5052
- [**breaking**] `OAuth::login` now allows requesting additional scopes for the authorization code grant.
5153
([#5395](https://github.com/matrix-org/matrix-rust-sdk/pull/5395))

0 commit comments

Comments
 (0)