summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDmitry Pribysh <dmand@yandex.ru>2015-10-07 02:44:53 +0300
committerDmitry Pribysh <dmand@yandex.ru>2015-10-07 02:44:53 +0300
commit5c1cbb60dc9612663bcc4bd57e84192643154f76 (patch)
tree1c0aae3081d836482f089bc6dac54b9cb2258a1e /ChangeLog
parent335e147d7d47d61740a40641a62014b5aed4b59b (diff)
downloadpylint-5c1cbb60dc9612663bcc4bd57e84192643154f76.tar.gz
Update changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1e71c0..9eb0c9b 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.
+
* Add checker to identify multiple imports on one line.
Closes issue #598.