summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 89f45726b..3fe0f3cf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,17 +4,25 @@ Pylint's ChangeLog
What's New in Pylint 2.8.0?
===========================
+Release date: TBA
+
..
Put new features here
* Workflow and packaging improvements
-
-What's New in Pylint 2.7.2?
+What's New in Pylint 2.7.3?
===========================
+Release date: TBA
+
..
Put bug fixes that will be cherry-picked to latest major version here
+
+What's New in Pylint 2.7.2?
+===========================
+Release date: 2021-02-28
+
* Fix False Positive on `Enum.__members__.items()`, `Enum.__members__.values`, and `Enum.__members__.keys`
Closes #4123
@@ -24,6 +32,7 @@ What's New in Pylint 2.7.2?
What's New in Pylint 2.7.1?
===========================
+Release date: 2021-02-23
* Expose `UnittestLinter` in pylint.testutils
@@ -34,7 +43,6 @@ What's New in Pylint 2.7.1?
What's New in Pylint 2.7.0?
===========================
-
Release date: 2021-02-21
* Introduce DeprecationMixin for reusable deprecation checks.