summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6b0ffe1f..d4ed3616c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,11 @@ Release date: TBA
Close #2565
+* Generalize ``chained-comparison``
+
+ Previous version incorrectly detects `a < b < c and b < d` and fails to
+ detect `a < b < c and c < d`.
+
What's New in Pylint 2.2.2?
===========================