summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-16 17:26:01 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-16 17:26:01 +0300
commit4ef6e29eb67f9f15634ccc3358369d17cbff809e (patch)
tree3985478b588a30b6f354f778a7b76797f85dee35 /ChangeLog
parentdcf461b92a4d30db09ed6c9bfc9bc757e924fc79 (diff)
downloadpylint-4ef6e29eb67f9f15634ccc3358369d17cbff809e.tar.gz
Don't emit no-name-in-module if the import is guarded by an ImportError handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db8dbca..1a359ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -127,6 +127,8 @@ ChangeLog for Pylint
* Remove 'bad-context-manager' due to the inclusion of 'unexpected-special-method-signature'.
+ * Don't emit no-name-in-module if the import is guarded by an ImportError handler.
+
2015-03-14 -- 1.4.3