add changelogs

This commit is contained in:
Hubert Chathi 2020-05-12 18:14:56 -04:00
parent a8910fe323
commit f97b394591
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
Add cross-signing properties to the response of ``POST /keys/query``

View file

@ -0,0 +1 @@
``POST /keys/device_signing/upload`` and ``POST /keys/signatures/upload``

View file

@ -0,0 +1,7 @@
Add cross-signing:
- Add properties to the response of ``GET /user/keys`` and ``GET
/user/devices/{userId}``.
- The ``m.device_list_update`` EDU is sent when a device gets a new signature.
- A new ``m.signing_key_update`` EDU is sent when a user's cross-signing keys
are changed.