Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2832ef5

Browse files
committed
1.20.0rc3
1 parent b867646 commit 2832ef5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.20.0rc3 (2020-09-11)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- 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))
8+
9+
110
Synapse 1.20.0rc2 (2020-09-09)
211
==============================
312

changelog.d/8291.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.20.0rc2"
51+
__version__ = "1.20.0rc3"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)