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
commit424f60d61ee19fb29e1a9244a683f6869b528e05 (patch)
tree590d270746dffa25b7ca54aa6c0c1baa85cc24b9 /ChangeLog
parent0c91ba698bdfc811c96bf6a164f774cd10b9f4c2 (diff)
downloadpylint-424f60d61ee19fb29e1a9244a683f6869b528e05.tar.gz
Add a changelog entry for list and slice type checks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e3bce0..80e8853 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.