summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-02-10 14:49:48 +0000
committerErik Johnston <erik@matrix.org>2016-02-10 14:49:48 +0000
commit6c3126d950d31aa88020e967d8fd1634f6312ccc (patch)
treee9f18d4f3044cab76ab5ae119505ea651194db5e /CHANGES.rst
parentBump version and changelog (diff)
downloadsynapse-6c3126d950d31aa88020e967d8fd1634f6312ccc.tar.xz
Update CHANGES
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3ebbdd4822..f1c67b20e0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,8 @@ Changes in synapse v0.13.0 (2016-02-10)
 =======================================
 
 This version includes an upgrade of the schema, specifically adding an index to
-the ``events`` table, which may take a minute to complete.
+the ``events`` table. This may cause synapse to pause for several minutes the
+first time it is started after the upgrade.
 
 Changes:
 
@@ -10,7 +11,8 @@ Changes:
 * Change guest user ids to be incrementing integers (PR #550)
 * Improve performance of public room list API (PR #552)
 * Change profile API to omit keys rather than return null (PR #557)
-* Change to forward ``/media/r0`` to ``/media/v1`` (PR #595)
+* Add ``/media/r0`` endpoint prefix, which is equivalent to ``/media/v1/``
+  (PR #595)
 
 Bug fixes: