mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Bump version and changelog
This commit is contained in:
parent
321d5b73d8
commit
f3de4f8cb7
2 changed files with 11 additions and 1 deletions
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)
|
Changes in synapse v0.18.6-rc1 (2016-12-29)
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
|
|
@ -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.6-rc1"
|
__version__ = "0.18.6-rc2"
|
||||||
|
|
Loading…
Reference in a new issue