summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 403662c3f..5e27fcc82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@ Release date: TBA
Close #2513
+ * `try-except-raise` checker now handles multilevel inheritance hirerachy for exceptions correctly.
+
+ Close #2484
+
* Add a new check, ``simplifiable-if-expression`` for expressions like ``True if cond else False``.
Close #2487