summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-10-25 11:23:40 +0100
committerErik Johnston <erik@matrix.org>2016-10-25 11:23:40 +0100
commitf138bb40e206273fd0d29f57687ac218194c0f9c (patch)
tree2bea60bff34571aebc2f8a7f0d08f17fd4c4f7c4 /CHANGES.rst
parentBump version and changelog (diff)
downloadsynapse-f138bb40e206273fd0d29f57687ac218194c0f9c.tar.xz
Fixup change log v0.18.2-rc2
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 174fea9987..4291ccc7aa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,10 +3,10 @@ Changes in synapse v0.18.2-rc2 (2016-10-25)
 
 Changes:
 
-* Clarify Error codes for GET /filter/, thanks to Alexander Maznev (PR #1164)
+* Clarify error codes for GET /filter/, thanks to Alexander Maznev (PR #1164)
 * Make password reset email field case insensitive (PR #1170)
 * Reduce redundant database work in email pusher (PR #1174)
-* Allow Configurable Rate Limiting Per AS (PR #1175)
+* Allow configurable rate limiting per AS (PR #1175)
 * Check whether to ratelimit sooner to avoid work (PR #1176)
 * Standardise prometheus metrics (PR #1177)