diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-22 13:41:57 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-08-22 13:41:57 +0100 |
commit | 1e4b4d85e7f4604d0617bba01b279f3dc2ced1d2 (patch) | |
tree | 99baa32e4bc755be4c21f5d711b07a86bfff8020 /CHANGES.md | |
parent | Make changelog entry be a feature (diff) | |
parent | Merge pull request #5850 from matrix-org/erikj/retry_well_known_on_fail (diff) | |
download | synapse-1e4b4d85e7f4604d0617bba01b279f3dc2ced1d2.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/reliable_lookups
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) ========================== |