Add link to MSC in changelog entries.

This commit is contained in:
Hubert Chathi 2020-06-19 22:22:03 -04:00
parent 902444ceb5
commit c8e816d854
3 changed files with 4 additions and 2 deletions

View file

@ -1 +1 @@
Add cross-signing properties to the response of ``POST /keys/query``
Add cross-signing properties to the response of ``POST /keys/query`` per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).

View file

@ -1 +1 @@
``POST /keys/device_signing/upload`` and ``POST /keys/signatures/upload``
Add ``POST /keys/device_signing/upload`` and ``POST /keys/signatures/upload`` per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).

View file

@ -5,3 +5,5 @@ Add cross-signing:
- 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.
per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).