summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-02-19 10:46:22 +0000
committerGitHub <noreply@github.com>2019-02-19 10:46:22 +0000
commit32590b7139f00463b9692081c819bb048da50423 (patch)
tree592ea2c7abe0697649e779967637256796f5c76a /changelog.d
parentTry and make TLS federation client code faster (#4674) (diff)
parentNewsfile (diff)
downloadsynapse-32590b7139f00463b9692081c819bb048da50423.tar.xz
Merge pull request #4670 from matrix-org/erikj/register_login_split
Split /login into client_reader
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4666.feature2
-rw-r--r--changelog.d/4670.feature1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/4666.feature b/changelog.d/4666.feature
index 421060f9f9..b3a3915eb0 100644
--- a/changelog.d/4666.feature
+++ b/changelog.d/4666.feature
@@ -1 +1 @@
-Allow registration to be handled by a worker instance.
+Allow registration and login to be handled by a worker instance.
diff --git a/changelog.d/4670.feature b/changelog.d/4670.feature
new file mode 100644
index 0000000000..b3a3915eb0
--- /dev/null
+++ b/changelog.d/4670.feature
@@ -0,0 +1 @@
+Allow registration and login to be handled by a worker instance.