summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 214a47604..351e0e6f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,10 +6,6 @@ What's New in Pylint 2.6.0?
===========================
Release date: TBA
-* Fix a regression where disable comments that have checker names with numbers in them are not parsed correctly
-
- Close #3666
-
* bad-continuation and bad-whitespace have been removed, black or another formatter can help you with this better than Pylint
Close #246, #289, #638, #747, #1148, #1179, #1943, #2041, #2301, #2304, #2944, #3565
@@ -26,11 +22,16 @@ Release date: TBA
* Add an faq detailing which messages to disable to avoid duplicates w/ other popular linters
+
What's New in Pylint 2.5.3?
===========================
Release date: TBA
+* Fix a regression where disable comments that have checker names with numbers in them are not parsed correctly
+
+ Close #3666
+
* `property-with-parameters` properly handles abstract properties
Close #3600