summary refs log tree commit diff
path: root/changelog.d/4050.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2018-10-17 17:07:19 +0100
committerGitHub <noreply@github.com>2018-10-17 17:07:19 +0100
commit4e726783eae04365dbfb355bb334c1661cb391cb (patch)
treefc788a43d1e0f436cdd450eced6de1e2f87ba8fb /changelog.d/4050.bugfix
parentFix roomlist since tokens on Python 3 (#4046) (diff)
parentNewsfile (diff)
downloadsynapse-4e726783eae04365dbfb355bb334c1661cb391cb.tar.xz
Merge pull request #4050 from matrix-org/erikj/fix_py37_iteration
Fix bug where we raised StopIteration in a generator
Diffstat (limited to 'changelog.d/4050.bugfix')
-rw-r--r--changelog.d/4050.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4050.bugfix b/changelog.d/4050.bugfix
new file mode 100644
index 0000000000..3d1f6af847
--- /dev/null
+++ b/changelog.d/4050.bugfix
@@ -0,0 +1 @@
+Fix URL priewing to work in Python 3.7