summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-03-14 17:30:17 +0000
committerGitHub <noreply@github.com>2018-03-14 17:30:17 +0000
commit10fdcf561d614235ba8f6ef3f980ac16ca0d7df7 (patch)
treef01686f5738dc3b07c0090c8188a9aa9f3933c6b
parentUpdate CHANGES.rst (diff)
downloadsynapse-10fdcf561d614235ba8f6ef3f980ac16ca0d7df7.tar.xz
Fix up rst formatting
-rw-r--r--CHANGES.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index beac2117d3..42fe461b24 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,12 +13,14 @@ This release also begins the process of renaming a number of the metrics
 reported to prometheus. See `docs/metrics-howto.rst <docs/metrics-howto.rst#block-and-response-metrics-renamed-for-0-27-0>`_.
 
 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)
+* 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)
 
 * 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)
@@ -28,7 +30,7 @@ Features:
 
 Changes:
 
-* Major refactor to move computation out of the main process and into a series of worker processes with a view to taking advantage of multicore machines. See more [here](https://github.com/matrix-org/synapse/blob/master/docs/workers.rst), (PR #2892-#2904, #2913, #2920 - #2926, #2947, #2847, #2854, #2872, #2873, #2874, #2928, #2929, #2934, #2856, #2976 - #2984, #2987 - #2989, #2991 - #2993, #2995)
+* Major refactor to move computation out of the main process and into a series of worker processes with a view to taking advantage of multicore machines. See more at `docs/workers.rst <docs/metrics-howto.rst>`_ (PR #2892-#2904, #2913, #2920 - #2926, #2947, #2847, #2854, #2872, #2873, #2874, #2928, #2929, #2934, #2856, #2976 - #2984, #2987 - #2989, #2991 - #2993, #2995)
 * Use StateResolutionHandler to resolve state in persist_events (PR #2864, #2871, #2802, #2835, #2836, #2841, #2842, #2849)
 * Adapt the default config to bind on both IPv4 and IPv6 on all platforms (PR #2435) Thanks to @silkeh!
 * Allow use of higher versions of saml2 (PR #2695) Thanks to @okurz!