summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-10-07 19:40:35 +0200
committerGitHub <noreply@github.com>2021-10-07 19:40:35 +0200
commit04fa4276eac6f623cd5ced4711afc9e58a68e230 (patch)
tree8645e2d3524afd8173ceea13230fa3f1b7ea5302 /ChangeLog
parentc4ed76d3948afdb0176835c1fa6eb48f54bfd54f (diff)
downloadpylint-git-04fa4276eac6f623cd5ced4711afc9e58a68e230.tar.gz
Fix false-negative with typing.Type + typing.Callable aliases (#5090)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c63a18a84..73238e1ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,11 @@ Release date: TBA
Closes #5048
+* ``TypingChecker``
+
+ * Fix false-negative for ``deprecated-typing-alias`` and ``consider-using-alias``
+ with ``typing.Type`` + ``typing.Callable``.
+
What's New in Pylint 2.11.1?
============================