Unify & standardize the v1.3 changelog (#1102)

* Reference MSCs where MSCs were not being referenced.
* Alter language to appear consistent and from a single voice.
* Bundle and group various changes together (will affect the final changelog - the rendered one still doesn't bundle appropriately).
* Move entries to the spec area they are intended to be in.
This commit is contained in:
Travis Ralston 2022-05-31 09:24:06 -06:00 committed by GitHub
parent 2780055198
commit 515269b2e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 16 additions and 17 deletions

View file

@ -1,2 +1 @@
Improve readability of definitions in the state resolution v2 algorithm.
Improve readability and understanding of the state resolution algorithms.

View file

@ -0,0 +1 @@
Improve readability and understanding of the state resolution algorithms.

View file

@ -1 +1 @@
Adjust mathematical notation used in the description of state resolution to render better in browsers.
Improve readability and understanding of the state resolution algorithms.

View file

@ -1 +1 @@
Add cross-references to PDU content definitions from the authorisation rules.
Improve readability of the authorization rules.

View file

@ -1 +1 @@
Auth rules: clarify that the resident server must sign a restricted join event.
For room versions 8, 9, and 10: clarify which homeserver is required to sign the join event.

View file

@ -1 +1 @@
Fix join membership auth rules when `join_rule` is `knock`.
For room versions 7, 8, 9, and 10: fix join membership authorization rules when `join_rule` is `knock`.

View file

@ -1 +1 @@
Update the default room version to 9.
Update the default room version to 9 as per [MSC3589](https://github.com/matrix-org/matrix-spec-proposals/pull/3589).