summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-22 11:26:31 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-22 11:48:05 +0200
commit687afe0308e73f22a49dd0eec65c9cae2c06e55e (patch)
tree324ca029550e2d9e36429f52398f20bf8275d2f3 /ChangeLog
parent29407df24dc9c0ccbe6a1734030d19afb4ade051 (diff)
downloadastroid-git-687afe0308e73f22a49dd0eec65c9cae2c06e55e.tar.gz
Fix constructors of ``Lambda``
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 dcafe4fb..205559dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,7 @@ Release date: TBA
- ``nodes.If``
- ``nodes.IfExp``
- ``nodes.Keyword``
+ - ``nodes.Lambda``
- ``nodes.Name``
- ``nodes.Raise``
- ``nodes.Return``