add changelog

This commit is contained in:
Valere
2025-09-05 16:37:22 +02:00
committed by Damir Jelić
parent 0617c88c1c
commit 412b7bbc7b
2 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ All notable changes to this project will be documented in this file.
This is primarily for Element X to give a dedicated error message in case
it connects a homeserver with only this method available.
([#5222](https://github.com/matrix-org/matrix-rust-sdk/pull/5222))
- 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`
([#5614](https://github.com/matrix-org/matrix-rust-sdk/pull/5614))
### Breaking changes:

View File

@@ -46,6 +46,8 @@ All notable changes to this project will be documented in this file.
- Add support to accept historic room key bundles that arrive out of order, i.e.
the bundle arrives after the invite has already been accepted.
([#5322](https://github.com/matrix-org/matrix-rust-sdk/pull/5322))
- 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`
([#5614](https://github.com/matrix-org/matrix-rust-sdk/pull/5614))
- [**breaking**] `OAuth::login` now allows requesting additional scopes for the authorization code grant.
([#5395](https://github.com/matrix-org/matrix-rust-sdk/pull/5395))