summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-10 14:55:25 -0400
committerGitHub <noreply@github.com>2020-09-10 14:55:25 -0400
commitb86764662b6058dc53dd7cef923b806dc28f3a53 (patch)
tree95aecaacde9a89fec3da0885c1d0d7c03f686028 /changelog.d
parentRemove shared rooms info from upgrade/workers doc as it's still experimental ... (diff)
downloadsynapse-b86764662b6058dc53dd7cef923b806dc28f3a53.tar.xz
Fix the exception that is raised when invalid JSON is encountered. (#8291)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8291.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8291.bugfix b/changelog.d/8291.bugfix
new file mode 100644
index 0000000000..bc01d26f53
--- /dev/null
+++ b/changelog.d/8291.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.20.0rc1 that the wrong exception was raised when invalid JSON data is encountered.