summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-29 20:59:59 +0200
committerGitHub <noreply@github.com>2021-03-29 20:59:59 +0200
commit13dae7c5c6d16281f1415c88f845548d6cd9c823 (patch)
tree8596830a21c158f7cfaf1310141980508be94403 /ChangeLog
parenta37c643d54ea33285e4c916a296784593af0130c (diff)
downloadpylint-git-13dae7c5c6d16281f1415c88f845548d6cd9c823.tar.gz
Prepare 2.7.3 release (#4261)pylint-2.7.32.7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 2 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b2593686..1a860cab7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,9 @@
Pylint's ChangeLog
------------------
-What's New in Pylint 2.8.0?
+What's New in Pylint 2.7.3?
===========================
-Release date: TBA
-
-..
- Put new features here
+Release date: 2021-03-29
* Introduce logic for checking deprecated attributes in DeprecationMixin.
@@ -19,14 +16,6 @@ Release date: TBA
Closes #4086
-
-What's New in Pylint 2.7.3?
-===========================
-Release date: TBA
-
-..
- Put bug fixes that will be cherry-picked to latest major version here
-
* Bump ``astroid`` version to ``2.5.2``
* Fix false positive for ``method-hidden`` when using private attribute and method