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

@ -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).