summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-18 14:45:48 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-18 14:45:48 +0200
commit479f5742e9745250c7368f972f9d2e7a05c15e4a (patch)
tree4aef23a55e44ea93c6f947bd0f03d6ed8a52c5de
parent998bcf79a56162f9ddbbebfabd3dddb83b54d778 (diff)
downloadpylint-479f5742e9745250c7368f972f9d2e7a05c15e4a.tar.gz
Add ChangeLog entry and new contributor.
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--ChangeLog6
2 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index b5d307d..a6c5b4f 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -54,6 +54,8 @@ Order doesn't matter (not that much, at least ;)
* Chris Rebert: unidiomatic-typecheck.
+* Steven Myint: duplicate-except.
+
* Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
Maarten ter Huurne, Mirko Friedenhagen and all the Logilab's team (among others):
bug reports, feedback, feature requests... Many other people have contributed
diff --git a/ChangeLog b/ChangeLog
index a760b6e..6909dda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
ChangeLog for Pylint
--------------------
+--
+ * Add a new warning, 'duplicate-except', emitted when there is an
+ exception handler which handles an exception type that was handled
+ before. Closes issue #485.
+
+
2015-03-14 -- 1.4.3
* Remove three warnings: star-args, abstract-class-little-used,