summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDmitry Pribysh <dmand@yandex.ru>2015-10-18 18:38:06 +0300
committerDmitry Pribysh <dmand@yandex.ru>2015-10-18 18:38:06 +0300
commitb12c2803500c0b883b3a12b4cfc0b174ac52c4f8 (patch)
treecec7e8070513571385aefff8c0a8c8fecd449710 /ChangeLog
parent5c8335754a164bc8073bc8623a887894fe4e8c24 (diff)
parent6c6ec4a713118136ccdd9117693078e15fcccbbe (diff)
downloadpylint-b12c2803500c0b883b3a12b4cfc0b174ac52c4f8.tar.gz
Merge with defaultiterable-checker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1036a31..b25533b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@ ChangeLog for Pylint
--------------------
--
+ * Add new errors, 'not-an-iterable', emitted when non-iterable value
+ is used in an iterating context (starargs, for-statement,
+ comprehensions, etc), and 'not-a-mapping', emitted when non-mapping
+ value is used in a mapping context. Closes issue #563.
+
* Make 'no-self-use' checker not emit a warning if there is a 'super()'
call inside the method.
Closes issue #667.