summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-11-05 11:12:10 +0000
committerGitHub <noreply@github.com>2021-11-05 11:12:10 +0000
commita37df1b091c3cc9c5549243ef02c4f2a9d90bd16 (patch)
tree58e6a5b44b652e0f620eeb03da24418ac0cea2d5 /changelog.d
parentMake minor correction to type of auth_checkers callbacks (#11253) (diff)
downloadsynapse-a37df1b091c3cc9c5549243ef02c4f2a9d90bd16.tar.xz
Fix rolling back when using workers (#11255)
Fixes #11252
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11255.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11255.bugfix b/changelog.d/11255.bugfix
new file mode 100644
index 0000000000..ce72592624
--- /dev/null
+++ b/changelog.d/11255.bugfix
@@ -0,0 +1 @@
+Fix rolling back Synapse version when using workers.