summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-10-07 15:25:28 +0200
committerGitHub <noreply@github.com>2022-10-07 14:25:28 +0100
commit0adeccafc651f9fe0eae4fe4d67229b9be9ed7b9 (patch)
treec9b9b2175c29dfc7fc1bd36b1685154e7e98046a /changelog.d
parentUse Pydantic to validate /devices endpoints (#14054) (diff)
downloadsynapse-0adeccafc651f9fe0eae4fe4d67229b9be9ed7b9.tar.xz
Add sample worker files for `pusher` and `federation_sender` (#14077)
Signed-off-by: Dirk Klimpel <dirk@klimpel.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14077.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14077.doc b/changelog.d/14077.doc
new file mode 100644
index 0000000000..7853e7cd5e
--- /dev/null
+++ b/changelog.d/14077.doc
@@ -0,0 +1 @@
+Add sample worker files for `pusher` and `federation_sender`.