summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-22 21:03:04 +0200
committerGitHub <noreply@github.com>2023-04-22 21:03:04 +0200
commitd4529f5617e1b952c3fc167dd714efb090d72081 (patch)
treeb09df00cd83e5186d8f607017f02274e27f0950c /ChangeLog
parent8805036d679f41ee54efd08294849dbe12db487d (diff)
downloadastroid-git-d4529f5617e1b952c3fc167dd714efb090d72081.tar.gz
Fix constructors of ``ClassDef`` (#2130)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1488f0a..913a6be6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@ Release date: TBA
- ``nodes.Await``
- ``nodes.BinOp``
- ``nodes.Call``
+ - ``nodes.ClassDef``
- ``nodes.Compare``
- ``nodes.Comprehension``
- ``nodes.Decorators``