summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-03-14 16:20:36 +0000
committerGitHub <noreply@github.com>2018-03-14 16:20:36 +0000
commitfb647164f2a008cdba56577ad0f41c4b4c1147d1 (patch)
tree319d66cd54a893ba3a833f8074dd54937ddd6e6b /CHANGES.rst
parentUpdate CHANGES.rst (diff)
downloadsynapse-fb647164f2a008cdba56577ad0f41c4b4c1147d1.tar.xz
Update CHANGES.rst
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4d1b4ba13c..53a97a7697 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,10 +14,10 @@ Changes in synapse v0.27.0-rc1 (2018-03-14)
 Features:
 * Add support for a remote media repository backed by S3 (PR 2867, 2777, 2783, 2789, 2791, 2804, 2812,2814, 2857, 2868, 2767)
 * Add shiney new purge API. New implementation is:-
-  * Faster 
-  * Supports clearing by timestamp
-  * Supports deleting of local events
-  * Is transactional (PR #2858,2867,2882, 2946,2962,2943)
+ * Faster 
+ * Supports clearing by timestamp
+ * Supports deleting of local events
+ * Is transactional (PR #2858,2867,2882, 2946,2962,2943)
 
 * Let homeservers specify a whitelist for the format of 3PIDs that users are allowed to register with or add to their HS accounts. (PR #2813)
 * Add /room/{id}/event/{id} to synapse (PR #2766)