summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f082cf..b39c9d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,10 @@ ChangeLog for Pylint
* Don't emit 'import-error' if an import was protected by a try-except,
which excepted ImportError.
+
+ * Fix an 'unused-import' false positive, when the error was emitted
+ for all the members imported with 'from import' form.
+ Closes issue #304.
2014-07-26 -- 1.3.0