summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-08-17 14:57:22 +0200
committerhippo91 <guillaume.peillex@gmail.com>2020-08-17 14:57:22 +0200
commitc924b9ba1ecb5faf62eeb8012fcd9f7ca01cd658 (patch)
tree16d7f645b75692539aa28b2b1db072e15f6910a3 /doc
parent29da5117d6486d1183bee441a38a0bbaeaff9652 (diff)
downloadpylint-git-c924b9ba1ecb5faf62eeb8012fcd9f7ca01cd658.tar.gz
Adds an entry
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.6.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index 4da6f6122..8d2523bd4 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -20,6 +20,8 @@ New checkers
Other Changes
=============
+* Fix false positive message ``useless-super-delegation`` when default keyword argument is a dictionnary.
+
* `bad-continuation` and `bad-whitespace` have been removed. `black` or another formatter can help you with this better than Pylint
* The `no-space-check` option has been removed, it's no longer possible to consider empty line like a `trailing-whitespace` by using clever options.