summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.9.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.9.rst')
-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
=============