diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-10 14:55:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 14:55:25 -0400 |
commit | b86764662b6058dc53dd7cef923b806dc28f3a53 (patch) | |
tree | 95aecaacde9a89fec3da0885c1d0d7c03f686028 /changelog.d | |
parent | Remove shared rooms info from upgrade/workers doc as it's still experimental ... (diff) | |
download | synapse-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.bugfix | 1 |
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. |