summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.2.rst')
-rw-r--r--doc/whatsnew/2.2.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.2.rst b/doc/whatsnew/2.2.rst
index 32053fb24..09176daad 100644
--- a/doc/whatsnew/2.2.rst
+++ b/doc/whatsnew/2.2.rst
@@ -20,6 +20,10 @@ New checkers
Other Changes
=============
+* `try-except-raise` checker now handles multilevel inheritance hirerachy for exceptions correctly.
+
+ Close #2484
+
* Ignore import x.y.z as z cases for checker `useless-import-alias`.
* `unnecessary-pass` is now also emitted when a function or class contains only docstring and pass statement,