summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-03 20:31:41 +0200
committerGitHub <noreply@github.com>2023-04-03 18:31:41 +0000
commitc3f65bd8f7b7e5b66013ebf3275dd6e062ab1ec8 (patch)
treec65367d6475c999bc6cfa03844b17b0872548b72 /ChangeLog
parent183b2de1b131416239002b8afd3222737554a87b (diff)
downloadastroid-git-c3f65bd8f7b7e5b66013ebf3275dd6e062ab1ec8.tar.gz
Fix constructors of ``Attribute``, ``DelAttr`` and ``AssignAttr`` (#2084)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14739110..a88a8204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,9 +12,12 @@ Release date: TBA
* Improved signature of the ``__init__`` and ``__postinit__`` methods of the following nodes:
- ``nodes.Assign``
+ - ``nodes.AssignAttr``
- ``nodes.AssignName``
+ - ``nodes.Attribute``
- ``nodes.BinOp``
- ``nodes.Delete``
+ - ``nodes.DelAttr``
- ``nodes.DelName``
- ``nodes.If``
- ``nodes.IfExp``