summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-10-15 20:13:19 +1100
committerGitHub <noreply@github.com>2018-10-15 20:13:19 +1100
commitf9ce1b4eb0e8c28d1d7f1373292c470cfeb15ed4 (patch)
tree0632fa54fdc65a87404a75b6d9485df72313b45b /changelog.d
parentMake workers work on Py3 (#4027) (diff)
parentsynapse/app: frontend_proxy.py: actually make workers work on py3 (diff)
downloadsynapse-f9ce1b4eb0e8c28d1d7f1373292c470cfeb15ed4.tar.xz
Merge pull request #4033 from intelfx/py37-hotfixes
py3: python3.7 hotfixes
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4033.bugfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4033.bugfix b/changelog.d/4033.bugfix
new file mode 100644
index 0000000000..4e9e38cdcf
--- /dev/null
+++ b/changelog.d/4033.bugfix
@@ -0,0 +1,2 @@
+Synapse now starts on Python 3.7.
+_All_ workers now start on Python 3.