diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-08-17 09:16:17 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-08-17 09:16:17 +0100 |
commit | 74fb72921352a6aaa3736c9b45a9d0e3cdfe0d21 (patch) | |
tree | 8f673e406f211194c9959a6b77378d6d20cbb0a4 /CHANGES.md | |
parent | Drop dependency on sdnotify (#5871) (diff) | |
download | synapse-74fb72921352a6aaa3736c9b45a9d0e3cdfe0d21.tar.xz |
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index d13dcb717e..f25c7d0c1a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +Synapse 1.3.1 (2019-08-17) +========================== + +Features +-------- + +- Drop hard dependency on `sdnotify` python package. ([\#5871](https://github.com/matrix-org/synapse/issues/5871)) + + +Bugfixes +-------- + +- Fix startup issue (hang on ACME provisioning) due to ordering of Twisted reactor startup. Thanks to @chrismoos for supplying the fix. ([\#5867](https://github.com/matrix-org/synapse/issues/5867)) + + Synapse 1.3.0 (2019-08-15) ========================== |