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 /CHANGES.md | |
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 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index dbef6ab6c7..de8ce2625b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.20.0rc3 (2020-09-11) +============================== + +Bugfixes +-------- + +- Fix a bug introduced in v1.20.0rc1 that the wrong exception was raised when invalid JSON data is encountered. ([\#8291](https://github.com/matrix-org/synapse/issues/8291)) + + Synapse 1.20.0rc2 (2020-09-09) ============================== |