summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-19 08:26:41 +0100
committerGitHub <noreply@github.com>2021-11-19 08:26:41 +0100
commit96ca4dc75aacaba4d1f4e9a66a72699c9fc93349 (patch)
treec88d6a5db37f6d93014938e3143def926cf7234d /ChangeLog
parentb07eb62466ae54bb0209d9253b7018a5d4c764e2 (diff)
downloadastroid-git-96ca4dc75aacaba4d1f4e9a66a72699c9fc93349.tar.gz
Add ``InferenceContext`` to ``ClassModel`` (#1257)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db5f5ee9..13cc9b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@ What's New in astroid 2.8.6?
============================
Release date: TBA
+* Fix crash on inference of subclasses created from ``Class().__subclasses__``
+
+ Closes PyCQA/pylint#4982
+
* Fix bug with Python 3.7.0 / 3.7.1 and ``typing.NoReturn``.
Closes #1239