summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2018-10-14 11:37:38 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2018-10-14 20:08:39 +0300
commit06bc8d2fe551b4390cbca9838bc547c5d0021f6d (patch)
tree0632fa54fdc65a87404a75b6d9485df72313b45b /changelog.d
parentsynapse/visibility.py: fix SyntaxError on py3.7 (diff)
downloadsynapse-06bc8d2fe551b4390cbca9838bc547c5d0021f6d.tar.xz
synapse/app: frontend_proxy.py: actually make workers work on py3
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4033.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4033.bugfix b/changelog.d/4033.bugfix
index 8f7a0bbbe9..4e9e38cdcf 100644
--- a/changelog.d/4033.bugfix
+++ b/changelog.d/4033.bugfix
@@ -1 +1,2 @@
 Synapse now starts on Python 3.7.
+_All_ workers now start on Python 3.