diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-23 10:22:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-23 10:22:42 +0100 |
commit | f043b14bc024e5b05cf4356b301f3ea75a4c9674 (patch) | |
tree | da990e05c15150e3921c4675736c554a7ff45c26 /CHANGES.rst | |
parent | Bumb version (diff) | |
download | synapse-f043b14bc024e5b05cf4356b301f3ea75a4c9674.tar.xz |
Update change log v0.9.3-rc1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 62aecda27a..caebde3341 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ========================================= |