summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-30 02:43:07 +0200
committerGitHub <noreply@github.com>2021-05-30 02:43:07 +0200
commit9d1acfce6f6d68f79fe2cf28a4d01351a66d371a (patch)
tree2617056a67b9472dd739337f4247ed0b3f715dc4 /ChangeLog
parenta5be476fb1bc2db75065fc57727292e8c4f4b1b2 (diff)
downloadpylint-git-9d1acfce6f6d68f79fe2cf28a4d01351a66d371a.tar.gz
Fix false-positive assigning-non-slot with typing.Generic base (#4522)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 929ad364d..e389a218c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -119,6 +119,11 @@ modules are added.
Closes PyCQA/astroid#942
+* Fix ``assigning-non-slot`` false-positive with base that inherits from ``typing.Generic``
+
+ Closes #4509
+ Closes PyCQA/astroid#999
+
What's New in Pylint 2.8.2?
===========================