diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-03 18:01:47 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-03 18:01:47 +0000 |
commit | 797193283ef603c93a081edb230f1fadff23f0de (patch) | |
tree | 6cfacc683f68a9e9748058335c36e8ee2fa7f83d /CHANGES.rst | |
parent | Fix bug where did not always resolve all the deferreds in _attempt_new_transa... (diff) | |
download | synapse-797193283ef603c93a081edb230f1fadff23f0de.tar.xz |
Bump changes and version
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 477a404721..2c57a57a01 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +Changes in synapse 0.5.4 (2014-12-03) +===================================== + + * Fix presence bug where some rooms did not display presence updates for + remote users. + * Do not log SQL timing log lines when started with "-v" + * Fix potential memory leak. + Changes in synapse 0.5.3c (2014-12-02) ====================================== |