summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-03-15 09:48:10 +0000
committerErik Johnston <erik@matrix.org>2016-03-15 09:48:10 +0000
commit5ca695cc124142b4230d530fbde4342722bace18 (patch)
treea924f75460d82baef19519b1ed466c5262ac1ded
parentBump version and changelog (diff)
downloadsynapse-5ca695cc124142b4230d530fbde4342722bace18.tar.xz
English v0.14.0-rc1
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 13fdf491b7..45d9cf30b2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,7 @@ Changes in synapse v0.14.0-rc1 (2016-03-14)
 Features:
 
 * Add event_id to response to state event PUT (PR #581)
-* Allow guest users to access to messages in rooms they have joined (PR #587)
+* Allow guest users access to messages in rooms they have joined (PR #587)
 * Add config for what state is included in a room invite (PR #598)
 * Send the inviter's member event in room invite state (PR #607)
 * Add error codes for malformed/bad JSON in /login (PR #608)