summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-10-13 14:11:22 +0200
committerGitHub <noreply@github.com>2021-10-13 14:11:22 +0200
commit207a175ae1dd7c7c6d87a7ba5819f26d2bedf9c9 (patch)
tree3b610bf02f3e9518fc73b2655e09952c3ae8ab63 /doc
parent92100d0cf40f19ebaec13c73698c574d7a72d39a (diff)
downloadpylint-git-207a175ae1dd7c7c6d87a7ba5819f26d2bedf9c9.tar.gz
Create new ``UnsupportedVersionChecker`` checker class (#5148)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.12.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index c143b52a5..68a3dcac4 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -27,8 +27,11 @@ New checkers
Closes #3197
-* Added ``using-f-string-in-unsupported-version`` checker. Issued when ``py-version``
- is set to a version that does not support f-strings (< 3.6)
+* Created new ``UnsupportedVersionChecker`` checker class that includes checks for features
+ not supported by all versions indicated by a ``py-version``.
+
+ * Added ``using-f-string-in-unsupported-version`` checker. Issued when ``py-version``
+ is set to a version that does not support f-strings (< 3.6)
Removed checkers