Change log for SDK apis

This commit is contained in:
Valere 2022-04-25 18:04:24 +02:00
parent eaf104495d
commit 012dfeb715
1 changed files with 4 additions and 0 deletions

4
changelog.d/5559.sdk Normal file
View File

@ -0,0 +1,4 @@
- New API to enable/disable key forwarding CryptoService#enableKeyGossiping()
- New API to limit room key request only to own devices MXCryptoConfig#limitRoomKeyRequestsToMyDevices
- Event Trail API has changed, now using AuditTrail events
- New API to manually accept an incoming key request CryptoService#manuallyAcceptRoomKeyRequest()