summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-03 23:31:20 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-04 09:35:20 +0200
commitbe6b61f84230ee0043806b4d153d5f49d3e0743b (patch)
tree01af903b90ade387699fbbe0613ca25bdad082a9 /ChangeLog
parenta592849f4ab9d16cc1f3b7ffd39aa49a649e501a (diff)
downloadastroid-git-be6b61f84230ee0043806b4d153d5f49d3e0743b.tar.gz
Fix constructors of ``Call``
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29eeeb51..698f7fe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,7 @@ Release date: TBA
- ``nodes.AugAssign``
- ``nodes.Await``
- ``nodes.BinOp``
+ - ``nodes.Call``
- ``nodes.Compare``
- ``nodes.Delete``
- ``nodes.DelAttr``