summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf8b30815..261fbe59a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,9 @@ What's New in Pylint 2.0?
=========================
Release date: 2018-07-15
+ * `try-except-raise` should not be emitted if there are any parent exception class handlers.
+
+ Close #2284
* `trailing-comma-tuple` can be emitted for `return` statements as well.