summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-23 11:33:29 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-23 12:01:50 +0200
commit30df5a84bf8d9ed14e90defb8dc3359b9e25f7e5 (patch)
tree205275f953fdc65ea7e2c63065f54398d7060f67 /ChangeLog
parentde0751c5c4cb0918880752fe5c0a1ce26fb2ec61 (diff)
downloadastroid-git-30df5a84bf8d9ed14e90defb8dc3359b9e25f7e5.tar.gz
Fix constructors of ``Super``
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35a613cc..7960ea2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,7 @@ Release date: TBA
- ``nodes.SetComp``
- ``nodes.Slice``
- ``nodes.Starred``
+ - ``nodes.Super``, we also added the ``call`` parameter to its ``__init__`` method.
- ``nodes.TryExcept``
- ``nodes.Subscript``
- ``nodes.UnaryOp``