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-17 21:47:40 +0100
commitf501b87844e08aaf2d1ecce1e494f77ad7762bc7 (patch)
tree8d3cf36a434478680ed0b4f684503e1f97c71897 /ChangeLog
parenta20c4de75bcd7ca44fae627c9783e998c79b86b2 (diff)
downloadpylint-git-f501b87844e08aaf2d1ecce1e494f77ad7762bc7.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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95c8ba83f..ac5a90330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@ Release date: TBA
..
Put bug fixes that will be cherry-picked to latest major version here
+* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).
+
* Remove unwanted print to stdout from ``_emit_no_member``
* Introduce a command-line option to specify pyreverse output directory