summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-03 20:47:41 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-03 21:13:53 +0200
commit3c5b1d2a714db321346511860f4667cb2d6f6cdd (patch)
tree1d207f93662a4dfc2f3cceb660c96d81afe54a70 /ChangeLog
parentae660142aac5d7fa0d137088f3fda5f48b97a37a (diff)
downloadastroid-git-3c5b1d2a714db321346511860f4667cb2d6f6cdd.tar.gz
Fix constructors of ``AnnAssign``
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0115acd8..40b4f085 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ Release date: TBA
Closes #1780
* Improved signature of the ``__init__`` and ``__postinit__`` methods of the following nodes:
+ - ``nodes.AnnAssign``
- ``nodes.Assign``
- ``nodes.AssignAttr``
- ``nodes.AssignName``