summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-04-27 15:08:42 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-04-27 15:08:42 +0200
commitee9903dc3487efde45b7c3383b652d045cd20465 (patch)
treea9e9e1fa8ae033579d2d6894d128c55d6a5b96e9 /CHANGES.txt
parent3bdb2eaaf77450a2d67b06afc4680814cab9cd15 (diff)
downloadpep8-ee9903dc3487efde45b7c3383b652d045cd20465.tar.gz
Do not crash when running AST checks and the document contains null bytes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a32f195..904f8a7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,9 @@ Changelog
* Correctly report other E12 errors when E123 is ignored. (Issue #103)
+* Do not crash when running AST checks and the document contains null bytes.
+ (Issue #184)
+
1.4.5 (2013-03-06)
------------------