changelog: Document device_id type change

This commit is contained in:
Timo 2024-09-16 17:49:35 +02:00 committed by Kévin Commaille
parent 92110cabb5
commit 1ae98db9c4

View File

@ -18,6 +18,11 @@ Improvements:
- Stabilize support for muting in VoIP calls, according to Matrix 1.11 - Stabilize support for muting in VoIP calls, according to Matrix 1.11
- All the root `Any*EventContent` types now have a `EventContentFromType` implementations - All the root `Any*EventContent` types now have a `EventContentFromType` implementations
automatically derived by the `event_enum!` macro. automatically derived by the `event_enum!` macro.
- `CallMemberEventContent` now supports two different formats: Session memberships and Legacy memberships.
The new format (Session) is required to reliably display the call member count (reliable call member events).
`CallMemberEventContent` is now an enum to model the two different formats.
- `CallMemberStateKey` (instead of `OwnedUserId`) is now used as the state key type for `CallMemberEventContent`.
This guarantees correct formatting of the event key.
Breaking changes: Breaking changes: