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 0634fe387..f5a59538a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.4.0?
Release date: TBA
+* When we can't infer bare except handlers, skip ``try-except-raise``
+
+ Close #2853
+
* Handle more `unnecessary-lambda` cases when dealing with additional kwargs in wrapped calls
Close #2845