summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-09-17 22:45:37 +0200
committerGitHub <noreply@github.com>2021-09-17 22:45:37 +0200
commit7eedd68ffdee0f6161dc37aab083a2d5ab040182 (patch)
treeb53ec65e4b6c51df2cd50c666ddcd0313d257797 /ChangeLog
parent28411ee8575562b7d7d1d0639d4e61f91ed1586b (diff)
downloadastroid-git-7eedd68ffdee0f6161dc37aab083a2d5ab040182.tar.gz
Fix regression on ClassDef inference (#1181)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f94dea5c..35d46c40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@ Release date: TBA
Closes PyCQA/pylint#4899
+* Fix regression on ClassDef inference
+
+ Closes PyCQA/pylint#5030
+ Closes PyCQA/pylint#5036
+
What's New in astroid 2.8.0?
============================