diff options
author | Erik Johnston <erik@matrix.org> | 2018-10-17 16:12:45 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-10-17 16:12:45 +0100 |
commit | 3a5d8d5891cc66658c40a796fcf9cf3f0f2e0916 (patch) | |
tree | fc788a43d1e0f436cdd450eced6de1e2f87ba8fb /changelog.d | |
parent | Fix bug where we raised StopIteration in a generator (diff) | |
download | synapse-3a5d8d5891cc66658c40a796fcf9cf3f0f2e0916.tar.xz |
Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4050.bugfix | 1 |
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 |