summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-07 16:53:18 +0100
committerErik Johnston <erik@matrix.org>2015-05-07 16:53:18 +0100
commit4605953b0f0786fee0c66acf1c455675119c06db (patch)
tree9c58fcf52814904ff3f08a356ae3b74c43aa8c12 /CHANGES.rst
parentExplain the change in AS /register api (diff)
downloadsynapse-4605953b0f0786fee0c66acf1c455675119c06db.tar.xz
Add JIRA issue id
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cc47dca6ed..644244f2d3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,9 +6,9 @@ General:
 * Add support for using a PostgreSQL database instead of SQLite. See
   `docs/postgres.rst`_ for details.
 * Add password change and reset APIs.
-* Fix memory leak due to not releasing stale notifiers.
+* Fix memory leak due to not releasing stale notifiers - SYN-339.
 * Fix race in caches that occasionally caused some presence updates to be
-  dropped.
+  dropped - SYN-369.
 * Check server name has not changed on restart.
 
 Federation: