diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-02-13 14:46:18 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-02-13 14:46:18 +0000 |
commit | 3bc238629eb61e6a3f6c652e3ddae3261179d624 (patch) | |
tree | 8fbaed67cb8e2733cb9c236e2f598837dca52b0c /CHANGES.md | |
parent | Merge pull request #4636 from matrix-org/rav/bind_address_fixes (diff) | |
download | synapse-3bc238629eb61e6a3f6c652e3ddae3261179d624.tar.xz |
0.99.1rc2 v0.99.1rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index cc629978c2..d0b3437b2d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 0.99.1rc2 (2019-02-13) +============================== + +Bugfixes +-------- + +- Fix errors when using default bind_addresses with replication/metrics listeners. ([\#4636](https://github.com/matrix-org/synapse/issues/4636)) + + Synapse 0.99.1rc1 (2019-02-12) ============================== |