summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-12 11:04:52 +0000
committerErik Johnston <erik@matrix.org>2015-02-12 11:04:52 +0000
commitb656081c99e003777797b5fadaaf203ab5a380fe (patch)
tree89b1350f5ad781314b6d9fb94c93465f3eb443fc /CHANGES.rst
parentAdd note about push support (diff)
downloadsynapse-b656081c99e003777797b5fadaaf203ab5a380fe.tar.xz
Typoes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 048e4b4bf6..b35ae4f757 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,14 +1,14 @@
 Changes in synapse v0.7.0 (2015-02-12)
 ======================================
 
-* Add initial implementation of the `query auth` fedeartion 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:
 
   - Caching common queries such as fetching events and current state.
-  - Upgraded JSON library to improve parsing and serialization speeds.
+  - Upgraded JSON library to improve parsing and serialisation speeds.
 
 * Add default avatars to new user accounts using pydenticon library.
 * Correctly time out federation requests.