Bump version and changelog
This commit is contained in:
parent
321d5b73d8
commit
f3de4f8cb7
10
CHANGES.rst
10
CHANGES.rst
|
@ -1,3 +1,13 @@
|
|||
Changes in synapse v0.18.6-rc2 (2016-12-30)
|
||||
===========================================
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Fix memory leak in twisted by initialising logging correctly (PR #1731)
|
||||
* Fix bug where fetching missing events took an unacceptable amount of time in
|
||||
large rooms (PR #1734)
|
||||
|
||||
|
||||
Changes in synapse v0.18.6-rc1 (2016-12-29)
|
||||
===========================================
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
""" This is a reference implementation of a Matrix home server.
|
||||
"""
|
||||
|
||||
__version__ = "0.18.6-rc1"
|
||||
__version__ = "0.18.6-rc2"
|
||||
|
|
Loading…
Reference in New Issue