summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-08-17 09:16:17 +0100
committerRichard van der Hoff <richard@matrix.org>2019-08-17 09:16:17 +0100
commit74fb72921352a6aaa3736c9b45a9d0e3cdfe0d21 (patch)
tree8f673e406f211194c9959a6b77378d6d20cbb0a4 /CHANGES.md
parentDrop dependency on sdnotify (#5871) (diff)
downloadsynapse-74fb72921352a6aaa3736c9b45a9d0e3cdfe0d21.tar.xz
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md15
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)
 ==========================