0.99.1rc2
This commit is contained in:
parent
464c301584
commit
3bc238629e
|
@ -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)
|
||||
==============================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fix errors when using default bind_addresses with replication/metrics listeners.
|
|
@ -27,4 +27,4 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
__version__ = "0.99.1rc1"
|
||||
__version__ = "0.99.1rc2"
|
||||
|
|
Loading…
Reference in New Issue