summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2023-03-03 13:22:49 +0100
committerGitHub <noreply@github.com>2023-03-03 12:22:49 +0000
commit848f7e3d5ff38ca28e56e6143e584974da1eec42 (patch)
tree95593176426f7fdb429b824718eaaa7f428b4668 /changelog.d
parentConfigure ruff to automatically fix issues. (#15194) (diff)
downloadsynapse-848f7e3d5ff38ca28e56e6143e584974da1eec42.tar.xz
Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/batch_send` endpoint. (#15199)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15199.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15199.misc b/changelog.d/15199.misc
new file mode 100644
index 0000000000..145b03fe16
--- /dev/null
+++ b/changelog.d/15199.misc
@@ -0,0 +1 @@
+Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/batch_send` endpoint.