summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-12 11:14:57 +0000
committerErik Johnston <erik@matrix.org>2015-02-12 11:14:57 +0000
commitdf29666d3ca710e77adc9d04844b088709463e81 (patch)
tree517e59002760573a319bbe1d33d3c4247859927e /CHANGES.rst
parentTypoes (diff)
downloadsynapse-df29666d3ca710e77adc9d04844b088709463e81.tar.xz
Add note about alpha csv2 apis
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b35ae4f757..160d0a1284 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,11 +1,11 @@
 Changes in synapse v0.7.0 (2015-02-12)
 ======================================
 
-* Add initial implementation of the `query auth` federation API, allowing
+* Add initial implementation of the query auth federation API, allowing
   servers to agree on whether an event should be allowed or rejected.
 * Persist events we have rejected from federation, fixing the bug where
   servers would keep requesting the same events.
-* Various performance improvements, including:
+* Various federation performance improvements, including:
 
   - Caching common queries such as fetching events and current state.
   - Upgraded JSON library to improve parsing and serialisation speeds.
@@ -14,6 +14,7 @@ Changes in synapse v0.7.0 (2015-02-12)
 * Correctly time out federation requests.
 * Retry federation requests against different servers.
 * Add support for push and push rules.
+* Add alpha versions of proposed new CSv2 APIs, including ``/sync`` API.
 
 Changes in synapse 0.6.1 (2015-01-07)
 =====================================