summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-19 11:49:40 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-19 11:49:40 +0000
commitb58caf0d0b50cd7a5d26a738b2f2073b96ee0a2a (patch)
treea222c7da1f0246eab7bc9f6327a3035fff8aa1a0
parentCache get_version_string. (diff)
parentMake changelog slightly more readable (diff)
downloadsynapse-b58caf0d0b50cd7a5d26a738b2f2073b96ee0a2a.tar.xz
Make changelog slightly more readable
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md

index e42fe1ba4d..bb6bcb75ed 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -65,7 +65,7 @@ Internal Changes - Unblacklist some user_directory sytests. ([\#5637](https://github.com/matrix-org/synapse/issues/5637)) - Factor out some redundant code in the login implementation. ([\#5639](https://github.com/matrix-org/synapse/issues/5639)) - Update ModuleApi to avoid register(generate_token=True). ([\#5640](https://github.com/matrix-org/synapse/issues/5640)) -- Remove access-token support from RegistrationHandler.register, and rename it. ([\#5641](https://github.com/matrix-org/synapse/issues/5641)) +- Remove access-token support from `RegistrationHandler.register`, and rename it. ([\#5641](https://github.com/matrix-org/synapse/issues/5641)) - Remove access-token support from `RegistrationStore.register`, and rename it. ([\#5642](https://github.com/matrix-org/synapse/issues/5642)) - Improve logging for auto-join when a new user is created. ([\#5643](https://github.com/matrix-org/synapse/issues/5643)) - Remove unused and unnecessary check for FederationDeniedError in _exception_to_failure. ([\#5645](https://github.com/matrix-org/synapse/issues/5645))