summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-01-02 14:02:36 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-28 22:48:56 +0200
commit0e60eccdc808d125ad963b924b66480b1bab62c4 (patch)
tree1ed24ccfcbc8d622ce8d896fc1a4ebb88399aa37 /ChangeLog
parenta203dee75520a5ae5c575988c524231595d781ce (diff)
downloadpylint-git-0e60eccdc808d125ad963b924b66480b1bab62c4.tar.gz
Fix false negative 'use-symbolic-message-instead' and optimize it
use-symbolic-message-instead was not working for message with multiple new names and the function to get the symbol was suboptimal. Also made the solution copy pastable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 0 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index fc7e86ab2..a23865228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,12 +17,6 @@ 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
-
- Closes #3936
-
* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).
* Remove unwanted print to stdout from ``_emit_no_member``
@@ -60,24 +54,6 @@ Release date: TBA
Closes #4215
-* Fix column index on FIXME warning messages
-
- Closes #4218
-
-* Improve handling of assignment expressions, better edge case handling
-
- Closes #3763, #4238
-
-* Improve check if class is subscriptable PEP585
-
-* Fix false-positive for ``unused-import`` on class keyword arguments
-
- Closes #3202
-
-* Fix regression with plugins on PYTHONPATH if latter is cwd
-
- Closes #4252
-
What's New in Pylint 2.7.2?
===========================