summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-17 18:45:46 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-17 18:45:46 +0300
commit863ceac4e312956555ebf290b6f5cbe7ea126d3d (patch)
treeacb9c760edb568cc06982c0636a57306d86efbc1 /ChangeLog
parent3da15c9534ea143d30e61d26b437c7bedd615148 (diff)
downloadpylint-863ceac4e312956555ebf290b6f5cbe7ea126d3d.tar.gz
Add ChangeLog entry for changesets beca5817 and 140c2a5cfdc6.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b18d11..89fe18b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -127,12 +127,16 @@ 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.
+ * Don't emit no-name-in-module if the import is guarded by an ImportError, Exception or
+ a bare except clause.
* Don't emit no-member if the attribute access node is protected by an
except handler, which handles AttributeError, Exception or it is a
bare except.
+ * Don't emit import-error if the import is guarded by an ImportError, Exception or a
+ bare except clause.
+
2015-03-14 -- 1.4.3