summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-06-08 07:57:41 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-06-08 07:57:41 +0200
commitbd4548f1954a2047af2328c1c0cd81cd8dbe0151 (patch)
tree0571aadb3301183cbbfe47834acb18f8032e43d9
parentfe0a7f7953430f10308d2ba94c14f056e166fe1c (diff)
downloadpylint-git-bd4548f1954a2047af2328c1c0cd81cd8dbe0151.tar.gz
Move entry at 2.5.3 level
-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