summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-12-07 21:23:32 +0100
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-12-27 00:53:26 +0100
commitdcea072bc442c9539c69667cd199099b3ab5cd4f (patch)
tree02da680dbbea657976ad291d5590335c006eb83a /ChangeLog
parentc2615b7be9e75bccefde7eed9840410bace2f98e (diff)
downloadastroid-git-dcea072bc442c9539c69667cd199099b3ab5cd4f.tar.gz
Handle kw_only=True in dataclass fields
(cherry picked from commit 406dfbc8199e6c432c5032059fa82d76d4848cbc)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa747620..5a10c4ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,10 @@ Release date: TBA
Closes PyCQA/pylint#5225
+* Handle the effect of ``kw_only=True`` in dataclass fields correctly.
+
+ Closes PyCQA/pylint#7623
+
* Handle the effect of ``init=False`` in dataclass fields correctly.
Closes PyCQA/pylint#7291