From 62f7a4f82cb26bfa21e896f2342356bc90e7e36d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 29 Jul 2019 21:06:17 -0600 Subject: [PATCH] Fix/add changelogs The push spec one was missed in https://github.com/matrix-org/matrix-doc/pull/2151 --- changelogs/client_server/newsfragments/2129.clarification | 2 +- changelogs/push_gateway/newsfragments/2151.clarification | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/push_gateway/newsfragments/2151.clarification diff --git a/changelogs/client_server/newsfragments/2129.clarification b/changelogs/client_server/newsfragments/2129.clarification index 82ed4fce..9d67deac 100644 --- a/changelogs/client_server/newsfragments/2129.clarification +++ b/changelogs/client_server/newsfragments/2129.clarification @@ -1 +1 @@ -Remove "required" designation from the ``url`` field of certain ``m`.room.message` msgtypes. +Remove "required" designation from the ``url`` field of certain ``m.room.message`` msgtypes. diff --git a/changelogs/push_gateway/newsfragments/2151.clarification b/changelogs/push_gateway/newsfragments/2151.clarification new file mode 100644 index 00000000..8908eed2 --- /dev/null +++ b/changelogs/push_gateway/newsfragments/2151.clarification @@ -0,0 +1 @@ +Fix ``event_id`` field in push request body.