summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Shea <dshea@redhat.com>2014-07-03 14:32:20 -0400
committerDavid Shea <dshea@redhat.com>2014-07-03 14:32:20 -0400
commit91ba84c18bf0eb4e2b692ba2aebb7cd05c01de3c (patch)
treea3500cfedf7d3e57f117901fe811081eb6f161d0 /ChangeLog
parent329d2a84c0a40c4454a29e18185dc7418f0fc756 (diff)
downloadpylint-git-91ba84c18bf0eb4e2b692ba2aebb7cd05c01de3c.tar.gz
Add a changelog entry for list and slice type checks
--HG-- branch : list-index-checker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e3bce0d1..80e8853b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,8 @@ ChangeLog for Pylint
* Issue attribute-defined-outside-init for all cases, not just
for the last assignment. Closes issue #262.
+ * Add checks for invalid list and slice indices
+
2014-04-30 -- 1.2.1
* Restore the ability to specify the init-hook option via the
configuration file, which was accidentally broken in 1.2.0.