Skip to content

Commit

Permalink
Normalize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 16, 2024
1 parent 35c3ddb commit 921c6be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelogs/client_server/newsfragments/1938.clarification
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The `reason` parameter in `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` can be omitted instead of left blank as per [MSC2414](https://github.com/matrix-org/matrix-spec-proposals/pull/2414).
The `reason` parameter in `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` can be omitted instead of left blank, as per [MSC2414](https://github.com/matrix-org/matrix-spec-proposals/pull/2414).
2 changes: 1 addition & 1 deletion changelogs/client_server/newsfragments/1938.new
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add `POST /_matrix/client/v3/rooms/{roomId}/report` as per [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151).
Add `POST /_matrix/client/v3/rooms/{roomId}/report`, as per [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151).
2 changes: 1 addition & 1 deletion changelogs/client_server/newsfragments/1944.feature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add error codes to requestToken endpoints (MSC4178).
Add error codes to requestToken endpoints, as per [MSC4178](https://github.com/matrix-org/matrix-spec-proposals/pull/4178).
2 changes: 1 addition & 1 deletion changelogs/client_server/newsfragments/2028.new
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add `POST /_matrix/client/v3/rooms/{roomId}/report` as per [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151).
Add `POST /_matrix/client/v3/rooms/{roomId}/report`, as per [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151).
2 changes: 1 addition & 1 deletion changelogs/server_server/newsfragments/2004.feature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Make ACLs apply to EDUs as per [MSC4163](https://github.com/matrix-org/matrix-spec-proposals/pull/4163).
Make ACLs apply to EDUs, as per [MSC4163](https://github.com/matrix-org/matrix-spec-proposals/pull/4163).

0 comments on commit 921c6be

Please sign in to comment.