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:07:34 -0400
commit0e4d79c4f0591da3d2b0cf030cb8a79abe482345 (patch)
treed17ff2e9578f31609791cacead1979399b934092 /docs
parent0a2bc6e6bd29ccfbed86c58835c68c349c5a6757 (diff)
Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Thanks djbaldey for the report.
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`).