bump changelog & version
This commit is contained in:
parent
4304e7e593
commit
f0e4bac64e
|
@ -1,3 +1,11 @@
|
||||||
|
Changes in synapse v0.18.7-rc2 (2017-01-07)
|
||||||
|
===========================================
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* Fix error in rc1's discarding invalid inbound traffic logic that was
|
||||||
|
incorrectly discarding missing events
|
||||||
|
|
||||||
Changes in synapse v0.18.7-rc1 (2017-01-06)
|
Changes in synapse v0.18.7-rc1 (2017-01-06)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
""" This is a reference implementation of a Matrix home server.
|
""" This is a reference implementation of a Matrix home server.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.18.7-rc1"
|
__version__ = "0.18.7-rc2"
|
||||||
|
|
Loading…
Reference in New Issue