diff options
author | Erik Johnston <erik@matrix.org> | 2015-07-21 09:25:30 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-07-21 09:25:30 +0100 |
commit | 90dbd71c13acf85b2a1c072f51532c32d5c7aa9d (patch) | |
tree | e67e413801924887b491969ec825c0c29c1b89b6 /CHANGES.rst | |
parent | s/take/claim/ for end to end key APIs (diff) | |
parent | typo (diff) | |
download | synapse-90dbd71c13acf85b2a1c072f51532c32d5c7aa9d.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 62aecda27a..6a5fce899a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,26 @@ +Changes in synapse v0.9.3 (2015-07-01) +====================================== + +No changes from v0.9.3 Release Candidate 1. + +Changes in synapse v0.9.3-rc1 (2015-06-23) +========================================== + +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) ========================================= |