summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-04-24 15:43:30 +0100
committerGitHub <noreply@github.com>2018-04-24 15:43:30 +0100
commit13a2beabca14d31d6808022d4ca45dbe4f95d2d9 (patch)
treed8ba2dca86df3124e5900e0cdb76a4cc7cc7b53b /CHANGES.rst
parentBump version and update changelog (diff)
downloadsynapse-13a2beabca14d31d6808022d4ca45dbe4f95d2d9.tar.xz
Update CHANGES.rst
fix formatting on line break
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cc2f4676ff..b7da58edbb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -16,8 +16,7 @@ Changes:
 * move handling of auto_join_rooms to RegisterHandler (PR #2996) Thanks to @krombel!
 * Improve handling of SRV records for federation connections (PR #3016) Thanks to @silkeh!
 * Document the behaviour of ResponseCache (PR #3059)
-* Preparation for py3 (PR #3061, #3073, #3074, #3075, #3103, #3104, #3106, #3107
-#3109, #3110) Thanks to @NotAFile!
+* Preparation for py3 (PR #3061, #3073, #3074, #3075, #3103, #3104, #3106, #3107, #3109, #3110) Thanks to @NotAFile!
 * update prometheus dashboard to use new metric names (PR #3069) Thanks to @krombel!
 * use python3-compatible prints (PR #3074) Thanks to @NotAFile!
 * Send federation events concurrently (PR #3078)