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-12-04 11:55:52 +0100
committerGitHub <noreply@github.com>2018-12-04 11:55:52 +0100
commitecc23188f4b88bef1f08a8fac2779720308863d6 (patch)
treeb41761dfa8f6acab760c3a9deb78dd0afa34d22f /changelog.d
parentMerge pull request #4244 from aaronraimist/drop-sent-txt (diff)
downloadsynapse-ecc23188f4b88bef1f08a8fac2779720308863d6.tar.xz
Fix UnicodeDecodeError when postgres is not configured in english (#4253)
This is a bit of a half-assed effort at fixing https://github.com/matrix-org/synapse/issues/4252. Fundamentally the right answer is to drop support for Python 2.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4253.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4253.bugfix b/changelog.d/4253.bugfix
new file mode 100644
index 0000000000..1796e95b86
--- /dev/null
+++ b/changelog.d/4253.bugfix
@@ -0,0 +1 @@
+Fix UnicodeDecodeError when postgres is configured to give non-English errors