summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-13 12:35:40 -0500
committerGitHub <noreply@github.com>2021-01-13 12:35:40 -0500
commitd1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4 (patch)
tree30ea0012ffbeebf61e18a2b8cec297f6726017da /changelog.d
parentAdd basic domain validation for `DomainSpecificString.is_valid`. (#9071) (diff)
downloadsynapse-d1eb1b96e8e7968a4e7d3d56a4b2b9ef61a5d7f4.tar.xz
Register the /devices endpoint on workers. (#9092)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9092.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9092.feature b/changelog.d/9092.feature
new file mode 100644
index 0000000000..64843a6a95
--- /dev/null
+++ b/changelog.d/9092.feature
@@ -0,0 +1 @@
+ Add experimental support for handling `/devices` API on worker processes.