diff options
author | Neil Johnson <neil@matrix.org> | 2018-04-24 15:43:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 15:43:30 +0100 |
commit | 13a2beabca14d31d6808022d4ca45dbe4f95d2d9 (patch) | |
tree | d8ba2dca86df3124e5900e0cdb76a4cc7cc7b53b | |
parent | Bump version and update changelog (diff) | |
download | synapse-13a2beabca14d31d6808022d4ca45dbe4f95d2d9.tar.xz |
Update CHANGES.rst
fix formatting on line break
-rw-r--r-- | CHANGES.rst | 3 |
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) |