summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-22 11:27:19 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-22 11:48:05 +0200
commitb670d91328e70a51833eaa109f62c5fe6acc3089 (patch)
tree5c27b9d9cf6343962285cfee0596d870ea19e4b1 /ChangeLog
parent687afe0308e73f22a49dd0eec65c9cae2c06e55e (diff)
downloadastroid-git-b670d91328e70a51833eaa109f62c5fe6acc3089.tar.gz
Fix constructors of ``FunctionDef``
Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 205559dc..c1488f0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@ Release date: TBA
- ``nodes.ExceptHandler``
- ``nodes.Expr``
- ``nodes.For``
+ - ``nodes.FunctionDef``
- ``nodes.If``
- ``nodes.IfExp``
- ``nodes.Keyword``