Bump version and changelog

This commit is contained in:
Mark Haines 2016-12-30 20:21:04 +00:00
parent 321d5b73d8
commit f3de4f8cb7
2 changed files with 11 additions and 1 deletions

View file

@ -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)
===========================================

View file

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.18.6-rc1"
__version__ = "0.18.6-rc2"