summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-06 10:07:34 -0400
committerTim Graham <timograham@gmail.com>2014-09-06 10:09:32 -0400
commita932c596fc5bfcfcb358981540917c8d6f9dc575 (patch)
treed2b27f621d91ce7711c8683792e5334091a8bb25 /docs
parentd19291e9ad58107825581bd2297398cf8d824fba (diff)
[1.7.x] Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Thanks djbaldey for the report. Backport of 0e4d79c4f0 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 9b36ee71ba..64a673f5a6 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -10,3 +10,6 @@ Bugfixes
========
* Replace with actual issue (:ticket:`00000`).
+
+* Fixed a ``UnicodeDecodeError`` when the ``flush`` error message contained
+ Unicode characters (:ticket:`22882`).