diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-02-14 17:34:09 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-02-14 17:34:09 +0000 |
commit | bf4fd1480652f2af1eb54326c5a3130ceb295a07 (patch) | |
tree | 7c015345c6d48b1ddd284a7c54c3ca7ec1219015 /CHANGES.md | |
parent | Merge branch 'master' into develop (diff) | |
parent | Merge branch 'release-v0.99.1' (diff) | |
download | synapse-bf4fd1480652f2af1eb54326c5a3130ceb295a07.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 872ac440b5..f1a9d58e4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 0.99.1.1 (2019-02-14) +============================= + +Bugfixes +-------- + +- Fix "TypeError: '>' not supported" when starting without an existing certificate. + Fix a bug where an existing certificate would be reprovisoned every day. ([\#4648](https://github.com/matrix-org/synapse/issues/4648)) + + Synapse 0.99.1 (2019-02-14) =========================== |