summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-08-01 16:34:32 +0100
committerGitHub <noreply@github.com>2018-08-01 16:34:32 +0100
commitb8d7d3996b748d599b5f2ffe700ee381de5b61eb (patch)
treeff0d789d9d2c279a126c82c35dff32e5104a93fd /changelog.d
parentPython 3: Convert some unicode/bytes uses (#3569) (diff)
parentUpdate 2952.bugfix (diff)
downloadsynapse-b8d7d3996b748d599b5f2ffe700ee381de5b61eb.tar.xz
Merge pull request #3620 from fuzzmz/return-404-room-not-found
return 404 if room not found
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2952.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2952.bugfix b/changelog.d/2952.bugfix
new file mode 100644
index 0000000000..07a3e48304
--- /dev/null
+++ b/changelog.d/2952.bugfix
@@ -0,0 +1 @@
+Make /directory/list API return 404 for room not found instead of 400