summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-06-12 00:35:33 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-12 08:38:34 +0200
commit65b2c5b9478e398872f30d88a28727c5b694e57c (patch)
tree91c89c9cadb2a14292bf578e2c6e14238f311e74 /doc
parent2cae129a9cd425c8990274e3f7deb0e8cc5a6ed9 (diff)
downloadpylint-git-65b2c5b9478e398872f30d88a28727c5b694e57c.tar.gz
Documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.9.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index 212a58bb5..51ae95d59 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -40,6 +40,9 @@ New checkers
consistency. As such they don't necessarily provide a performance benefit
and are often times opinionated.
+ * ``consider-using-namedtuple-or-dataclass``: Emitted when dictionary values
+ can be replaced by namedtuples or dataclass instances.
+
Other Changes
=============