oops, this should have been rc1
parent
4086026524
commit
2f5be2d8dc
|
@ -1,9 +1,10 @@
|
|||
Changes in synapse v0.18.7 (2017-01-06)
|
||||
=======================================
|
||||
Changes in synapse v0.18.7-rc1 (2017-01-06)
|
||||
===========================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Fix error in #PR 1764 to actually fix the nightmare #1753 bug.
|
||||
* Improve deadlock logging further
|
||||
|
||||
Changes in synapse v0.18.6 (2017-01-06)
|
||||
=======================================
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
""" This is a reference implementation of a Matrix home server.
|
||||
"""
|
||||
|
||||
__version__ = "0.18.7"
|
||||
__version__ = "0.18.7-rc1"
|
||||
|
|
Loading…
Reference in New Issue