diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-08-17 10:50:42 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-08-17 10:50:42 +0100 |
commit | bdd201ea7f7c53bce9788bb8d5cd9a0545a76285 (patch) | |
tree | 58004f776dee6e070ca83727193bca40780baf80 /CHANGES.md | |
parent | Merge pull request #5857 from matrix-org/uhoreg/fix_e2e_room_keys_index (diff) | |
parent | 1.3.1 (diff) | |
download | synapse-bdd201ea7f7c53bce9788bb8d5cd9a0545a76285.tar.xz |
Merge branch 'master' into develop
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) ========================== |