diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-02 14:18:34 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-02 14:18:34 +0200 |
commit | 1f1761c58472d088a31ca97e761da347ff501b84 (patch) | |
tree | ba2f114a76f32b841aece3e9909be84e1710084a /CHANGES.txt | |
parent | c365d1e575f813365270184e28cecf48704758fc (diff) | |
download | pep8-1f1761c58472d088a31ca97e761da347ff501b84.tar.gz |
Fix a crash when too many brackets are closed.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 3 |
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) ---------------- |