summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-22 22:23:00 +0200
committerGitHub <noreply@github.com>2023-04-22 22:23:00 +0200
commitbf7d42e494d8c4ad3526bd7983067a05e9a8a248 (patch)
tree6cdf54690a7626a23c980cdc1a22d9e5cd3dba74 /ChangeLog
parentd4529f5617e1b952c3fc167dd714efb090d72081 (diff)
downloadastroid-git-bf7d42e494d8c4ad3526bd7983067a05e9a8a248.tar.gz
Fix constructors of ``Module`` (#2133)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 913a6be6..9ea92e8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,7 @@ Release date: TBA
- ``nodes.IfExp``
- ``nodes.Keyword``
- ``nodes.Lambda``
+ - ``nodes.Module``
- ``nodes.Name``
- ``nodes.Raise``
- ``nodes.Return``