summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-11-08 12:48:51 +0000
committerGitHub <noreply@github.com>2018-11-08 12:48:51 +0000
commitc70809a275422353c5c7868bdc291f6a72dfaaf9 (patch)
tree9ef7be1ab2f398f328ec1b3fb6ebd42d3cc9e1c4 /changelog.d
parentPort hash_password to Python 3 (#4161) (diff)
parentfix parse_string docstring (diff)
downloadsynapse-c70809a275422353c5c7868bdc291f6a72dfaaf9.tar.xz
Merge pull request #4163 from matrix-org/rav/fix_consent_on_py3
Fix encoding error for consent form on python3
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4163.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4163.bugfix b/changelog.d/4163.bugfix
new file mode 100644
index 0000000000..c7e0ee229d
--- /dev/null
+++ b/changelog.d/4163.bugfix
@@ -0,0 +1 @@
+Generating the user consent URI no longer fails on Python 3.