summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-09-08 14:48:07 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-09-08 14:48:07 +0200
commit5c5fde71ace3176d1a9bddaa5f11da4cc577d607 (patch)
tree51477ad62fa5346a7c13a1724457753d2606676b /CHANGES.txt
parent585d68179977f9401eca16b0eafd84e3feafe1cf (diff)
downloadpep8-5c5fde71ace3176d1a9bddaa5f11da4cc577d607.tar.gz
Fix issue #17: v = dic[a] [b] (E211)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e061f9f..12c4383 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,8 @@ Changelog
0.5.1 (unreleased)
------------------
+* Fix E211 to reject ``v = dic['a'] ['b']``. (Issue #17)
+
* Exit code is always 1 if any error or warning is found. (Issue #10)
* ``--ignore`` checks are now really ignored, especially in