diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-09-11 08:14:15 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-11 08:14:15 -0400 |
commit | 2832ef5bb797df5938ba9a63af586a2d562d4570 (patch) | |
tree | 2197712b0540bbd85ca7f7b53e942819d6cc4921 /changelog.d | |
parent | Fix the exception that is raised when invalid JSON is encountered. (#8291) (diff) | |
download | synapse-2832ef5bb797df5938ba9a63af586a2d562d4570.tar.xz |
1.20.0rc3
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8291.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/8291.bugfix b/changelog.d/8291.bugfix deleted file mode 100644 index bc01d26f53..0000000000 --- a/changelog.d/8291.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a bug introduced in v1.20.0rc1 that the wrong exception was raised when invalid JSON data is encountered. |