summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-14 19:34:00 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-14 19:41:25 +0100
commit36f9cf0ef3a2bfbbc4e61696b558632f7ca40051 (patch)
tree3fe1703e9fd1c55548d427a2349e67ce72d9e3b0
parent890a9b91fbac1fbc8f40fc48a78b8cd6855dbbaa (diff)
downloadpylint-git-36f9cf0ef3a2bfbbc4e61696b558632f7ca40051.tar.gz
Fix changelog: print removal need to be in '2.7.3'
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e0fc64048..95c8ba83f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,8 +15,6 @@ Release date: TBA
alternative to ``extension-pkg-whitelist`` and the message ``blacklisted-name`` is now emitted as
``disallowed-name``. The previous names are accepted to maintain backward compatibility.
-* Remove unwanted print to stdout from ``_emit_no_member``
-
What's New in Pylint 2.7.3?
===========================
@@ -25,6 +23,8 @@ Release date: TBA
..
Put bug fixes that will be cherry-picked to latest major version here
+* Remove unwanted print to stdout from ``_emit_no_member``
+
* Introduce a command-line option to specify pyreverse output directory
Closes #4159