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.pull/1056/head
parent
2780055198
commit
515269b2e3
@ -1 +1 @@
|
||||
Adjust the OpenAPI specification so that the type `Flow information` is explicitly defined when the CS spec is rendered.
|
||||
Adjust the OpenAPI specification so that the type `Flow information` is explicitly defined when the client-server API is rendered.
|
||||
|
@ -1 +1 @@
|
||||
Fix room state 400 code error examples to match known error codes.
|
||||
Fix various typos throughout the specification.
|
@ -1 +1 @@
|
||||
Fix broken syntax in Server Access Control Lists definition.
|
||||
Fix various typos throughout the specification.
|
@ -1,2 +1 @@
|
||||
Improve readability of definitions in the state resolution v2 algorithm.
|
||||
|
||||
Improve readability and understanding of the state resolution algorithms.
|
@ -0,0 +1 @@
|
||||
Improve readability and understanding of the state resolution algorithms.
|
@ -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.
|
@ -1 +1 @@
|
||||
Add cross-references to PDU content definitions from the authorisation rules.
|
||||
Improve readability of the authorization rules.
|
@ -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.
|
@ -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`.
|
||||
|
@ -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).
|
@ -1 +1 @@
|
||||
Fix origin server name in S2S Request Authentication example.
|
||||
Clarify the format for the Authorization header.
|
||||
|
@ -1 +0,0 @@
|
||||
Clarify the meaning of "unconflicted state map" and "auth chain" in state res v2.
|
@ -1 +1 @@
|
||||
Expand a little on what it means for a PDU to be valid when discussing checks on PDUs.
|
||||
Clarify what a "valid event" means when performing checks on a received PDU.
|
@ -1 +1 @@
|
||||
Clarify that valid_until_ts is in milliseconds, like other timestamps used in Matrix
|
||||
Clarify that `valid_until_ts` is in milliseconds, like other timestamps used in Matrix.
|
||||
|
@ -1 +1 @@
|
||||
Add a destination property to the Authorization header.
|
||||
Add a `destination` property to the Authorization header, as per [MSC3383](https://github.com/matrix-org/matrix-spec-proposals/pull/3383).
|
||||
|
@ -1 +1 @@
|
||||
Clarify that checks on PDUs should refer to the state _before_ an event.
|
||||
Clarify that checks on PDUs should refer to the state *before* an event.
|
||||
|
@ -1 +1 @@
|
||||
Remove `origin` field from PDUs which exists on many but not all PDUs in practice and doesn't serve an actual purpose.
|
||||
Remove largely unused `origin` field from PDUs.
|
||||
|
Loading…
Reference in New Issue