Update change log

This commit is contained in:
Erik Johnston 2015-06-23 10:22:42 +01:00
parent 9c72011fd7
commit f043b14bc0

View file

@ -1,3 +1,21 @@
Changes in synapse v0.9.3 (2015-XX-XX)
======================================
General:
* Fix a memory leak in the notifier. (SYN-412)
* Improve performance of room initial sync. (SYN-418)
* General improvements to logging.
* Remove ``access_token`` query params from ``INFO`` level logging.
Configuration:
* Add support for specifying and configuring multiple listeners. (SYN-389)
Application services:
* Fix bug where synapse failed to send user queries to application services.
Changes in synapse v0.9.2-r2 (2015-06-15)
=========================================