summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-09-13 12:28:30 +0200
committerGitHub <noreply@github.com>2021-09-13 12:28:30 +0200
commitaf0724ba515b61dbdead945f43baf29116d44d4a (patch)
tree58920d6c71a85d4c972adf9316c4610b144c1a00 /ChangeLog
parent741cd614d7cec1f730a66632f018ff0bcb17b561 (diff)
downloadastroid-git-af0724ba515b61dbdead945f43baf29116d44d4a.tar.gz
Fix crash on datafields (#1165)
* Fix crash on datafields Fixes the crash reported at PyCQA/pylint#4963 Tests added there. * Change to ``if not`` * Update astroid/brain/brain_dataclasses.py * Add tests * Update and merge test * Use ``raise UseInferenceDefault``
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52c974a7..4d2ea83a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@ What's New in astroid 2.7.4?
============================
Release date: TBA
+* Fixed bug in inference of dataclass field calls.
+
+ Closes PyCQA/pylint#4963
What's New in astroid 2.7.3?