From 5c1cbb60dc9612663bcc4bd57e84192643154f76 Mon Sep 17 00:00:00 2001 From: Dmitry Pribysh Date: Wed, 7 Oct 2015 02:44:53 +0300 Subject: Update changelog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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. -- cgit v1.2.1