From d26780d82fe0d6a0304bb17025a5a773cf187808 Mon Sep 17 00:00:00 2001 From: Dmitry Pribysh Date: Thu, 1 Oct 2015 15:13:12 +0300 Subject: Add checker to identify multiple imports on one line. Fixes issue #598. Had to modify some functional tests to ignore new message. --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ed0746..8c9811c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,9 +2,12 @@ ChangeLog for Pylint -------------------- -- + * Add checker to identify multiple imports on one line. + Closes issue #598. + * Fix unused-argument false positive when the "+=" operator is used. Closes issue #518. - + * Don't emit import-error for ignored modules. PyLint will not emit import errors for any import which is, or is a subpackage of, a module in the ignored-modules list. Closes issue #223. -- cgit v1.2.1