summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-05-08 12:12:38 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-05-08 16:46:51 +0200
commit351c8de32ae64d05dd958cfe812b6adbca380829 (patch)
tree9fd815374acf7d0ee95798d91d14a6a32f7127d1 /ChangeLog
parentfb238f11210238dca01f321d65307639b1248594 (diff)
downloadastroid-git-351c8de32ae64d05dd958cfe812b6adbca380829.tar.gz
Fix constructors of ``BaseContainer`` and ``Dict``
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index faccda68..aab86832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,7 @@ Release date: TBA
- ``nodes.Attribute``
- ``nodes.AugAssign``
- ``nodes.Await``
+ - ``nodes.BaseContainer``
- ``nodes.BinOp``
- ``nodes.Call``
- ``nodes.ClassDef``
@@ -67,6 +68,7 @@ Release date: TBA
- ``nodes.Delete``
- ``nodes.DelAttr``
- ``nodes.DelName``
+ - ``nodes.Dict``
- ``nodes.DictComp``
- ``nodes.ExceptHandler``
- ``nodes.Expr``