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 dad70c637..54d3ec143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -136,6 +136,9 @@ Release date: TBA
* Fix false positive ``not-callable`` for uninferable properties.
+* Fix false positive ``useless-else-on-loop`` if the break is deep in the else
+ of an inner loop.
+
What's New in Pylint 2.2.2?
===========================