summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.12.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r--doc/whatsnew/2.12.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 3be3f3c7b..760971a3a 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -43,6 +43,9 @@ New checkers
Closes #4774
+* Added ``using-final-decorator-in-unsupported-version`` checker. Issued when ``py-version``
+ is set to a version that does not support typing.final (< 3.8)
+
* Added configuration option ``exclude-too-few-public-methods`` to allow excluding
classes from the ``min-public-methods`` checker.