summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-24 17:10:45 +0100
committerErik Johnston <erik@matrix.org>2015-08-24 17:10:45 +0100
commit571ac105e6bf9c0de328bb22b095b97fbd09e5ae (patch)
tree965c3deadb830ebe89fa8e10cb9ec9d463d9e38c /CHANGES.rst
parentDo auth checks *before* persisting the event (diff)
downloadsynapse-571ac105e6bf9c0de328bb22b095b97fbd09e5ae.tar.xz
Bump version and changelog v0.10.0-rc2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 287b04c3fe..f4946c6df3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,13 @@
+Changes in synapse v0.10.0-rc2 (2015-08-24)
+===========================================
+
+* Fix bug where we incorrectly populated the ``event_forward_extremities``
+  table, resulting in problems joining large remote rooms (e.g.
+  ``#matrix:matrix.org``)
+* Reduce the number of times we wake up pushers by not listening for presence
+  or typing events, reducing the CPU cost of each pusher.
+
+
 Changes in synapse v0.10.0-rc1 (2015-08-21)
 ===========================================