summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-10-02 08:18:54 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-10-02 08:18:54 -0400
commitd69a8433c010ad5c790566bd4d4e47a1db81988c (patch)
tree971a5b49f3cf21f68d03b20ac5aa3ccb6c38e0f3 /NEWS.txt
parentc0de2023544605dc1940e4d24d493a14b5300066 (diff)
Fixed a bug that caused Unicode data put into UnicodeDammit to
return None instead of the original data. [bug=1214983]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 259771e..d8819e2 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -7,6 +7,9 @@
* Fixed a crash when a short input contains data not valid in
filenames. [bug=1232604]
+* Fixed a bug that caused Unicode data put into UnicodeDammit to
+ return None instead of the original data. [bug=1214983]
+
* Combined two tests to stop a spurious test failure when tests are
run by nosetests. [bug=1212445]