diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-02-14 17:20:02 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-02-14 17:20:02 +0000 |
commit | f595d6ac577696744e56da3429a53b2a0eb1d952 (patch) | |
tree | 93d140864a106c2ca54d80ff4c38a3e92bf35973 /CHANGES.md | |
parent | Fix errors in acme provisioning (#4648) (diff) | |
download | synapse-f595d6ac577696744e56da3429a53b2a0eb1d952.tar.xz |
0.99.1.1 v0.99.1.1
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) =========================== |