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-28 22:45:43 +0200
commit0ced2db644a74a3dad29c3bb87bee6a59bf09067 (patch)
tree619e5ab06ea1267a772ef163803e8244bb7d3396
parent97b819195a635b95d8f74c89406a442a4abf3d49 (diff)
downloadpylint-git-0ced2db644a74a3dad29c3bb87bee6a59bf09067.tar.gz
Fix changelog: print removal need to be in '2.7.3'
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24f15f347..7e8ea36fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,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