diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-07 16:53:18 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-07 16:53:18 +0100 |
commit | 4605953b0f0786fee0c66acf1c455675119c06db (patch) | |
tree | 9c58fcf52814904ff3f08a356ae3b74c43aa8c12 | |
parent | Explain the change in AS /register api (diff) | |
download | synapse-4605953b0f0786fee0c66acf1c455675119c06db.tar.xz |
Add JIRA issue id
-rw-r--r-- | CHANGES.rst | 4 |
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: |