summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-02 14:18:34 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-02 14:18:34 +0200
commit1f1761c58472d088a31ca97e761da347ff501b84 (patch)
treeba2f114a76f32b841aece3e9909be84e1710084a /CHANGES.txt
parentc365d1e575f813365270184e28cecf48704758fc (diff)
downloadpep8-1f1761c58472d088a31ca97e761da347ff501b84.tar.gz
Fix a crash when too many brackets are closed.
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 4d69bee..29c8ca7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,9 @@ Changelog
* Rewrite E27 checks to run faster.
+* Fixed a crash when parsed code is invalid (too many
+ closing brackets).
+
1.2 (2012-06-01)
----------------