Normalize changelog for Matrix 1.8

See https://github.com/matrix-org/matrix-spec/issues/1614
This commit is contained in:
Travis Ralston 2023-08-22 10:05:28 -06:00
parent 86ab57ec4f
commit 06298e4d8d
14 changed files with 12 additions and 8 deletions

View file

@ -1 +1 @@
Clarify spec re canonical JSON to handle negative-zero; also, give an example of negative-zero and a large power of ten
Clarify spec re canonical JSON to handle negative-zero; also, give an example of negative-zero and a large power of ten.

View file

@ -1 +1 @@
Allow `+` in Matrix IDs, per [MSC4009](https://github.com/matrix-org/matrix-spec-proposals/pull/4009).
Allow `+` in Matrix IDs, as per [MSC4009](https://github.com/matrix-org/matrix-spec-proposals/pull/4009).

View file

@ -1 +1 @@
Fix JSON schema of custom fields in query.
Fix type of custom `fields` in thirdparty lookup queries.

View file

@ -1 +1 @@
Fix the sidebar in recent versions of Hugo
Fix the sidebar in recent versions of Hugo.

View file

@ -1 +1 @@
Make sure version in x-changedInMatrixVersion is a string.
Make sure version in `x-changedInMatrixVersion` is a string.

View file

@ -1 +1 @@
Create @matrix-org/spec npm package to ship the SAS Emoji data definitions & translations.
Create `@matrix-org/spec` npm package to ship the SAS Emoji data definitions & translations.

View file

@ -0,0 +1 @@
Move `redacts` from top level to `content` on `m.room.redaction` events in room version 11, as per [MSC2174](https://github.com/matrix-org/matrix-spec-proposals/pull/2174).

View file

@ -0,0 +1 @@
Remove `creator` from `m.room.creator` events in room version 11, as per [MSC2175](https://github.com/matrix-org/matrix-spec-proposals/pull/2175).

View file

@ -0,0 +1 @@
Remove remaining usage of `origin` from events in room version 11, as per [MSC3989](https://github.com/matrix-org/matrix-spec-proposals/pull/3989).

View file

@ -0,0 +1 @@
Update the redaction rules in room version 11, as per [MSC2176](https://github.com/matrix-org/matrix-spec-proposals/pull/2176) and [MSC3821](https://github.com/matrix-org/matrix-spec-proposals/pull/3821).

View file

@ -1 +1 @@
Fix definition of response of `POST /_matrix/federation/v1/user/keys/claim`.
Fix response definition for `POST /_matrix/federation/v1/user/keys/claim`.

View file

@ -1 +1 @@
Fix level of examples in server keys definition.
Fix examples in server keys definition.