summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLuigi <luigi.cristofolini@q-ctrl.com>2020-09-18 17:18:06 +1000
committerLuigi <luigi.cristofolini@q-ctrl.com>2020-09-18 17:18:06 +1000
commit781df0eae15947fc1f13ae3ee66eb2cd4402819f (patch)
tree0ee262e352527b6d6e819b5031b8c51d2bc9a1e1 /ChangeLog
parent4980369e6dcee8929b881dc9ec365523cd8d82b3 (diff)
downloadpylint-git-781df0eae15947fc1f13ae3ee66eb2cd4402819f.tar.gz
Adds support to `ignored-argument-names` in DocstringParameterChecker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5d9d531a..c7fbae224 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@ Release date: TBA
* Fix a crash when a specified config file does not exist
+* Add support to ``ignored-argument-names`` in DocstringParameterChecker.
+
+ Close #3800
+
What's New in Pylint 2.6.0?
===========================