Normalize changelog entries (#3476)

* Remove entries which don't affect the rendered spec (sorry people using the swagger schemas - we'll have to figure out a changelog for you). See https://github.com/matrix-org/matrix-doc/issues/3475
  * Note that a breaking change is removed by this commit: key backup was introduced in this release cycle, so is not breaking.
* Use uniform references to MSCs ("as per MSC0000").
* General rewording to be consistent with the overall voice of the changelog.
* Condensing of entries where needed to make them fit in the changelog.
* Rewording to collapse entries into fewer lines.
* Spell "deprecation" correctly in file extension.
This commit is contained in:
Travis Ralston 2021-11-05 13:57:39 -06:00 committed by GitHub
parent 938354b8b4
commit 8f2e8f03d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 25 additions and 35 deletions

View file

@ -1,9 +1 @@
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.
per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
Add cross-signing information to `GET /user/keys` and `GET /user/devices/{userId}`, `m.device_list_update` EDU, and a new `m.signing_key_update` EDU as per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).