summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2023-04-05 10:39:38 -0400
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-05 22:51:45 +0200
commit8272219e9b60ac476774fa181710c6fed05215ad (patch)
treeb066076ae0f80b24d7daa074ff6441a7d2fcaf08 /ChangeLog
parentb875fddeccf5f351e9913aa94aa7bdc258b89f4c (diff)
downloadastroid-git-8272219e9b60ac476774fa181710c6fed05215ad.tar.gz
Mandatory field for Yield
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f92dbbee..a5de4d76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@ Release date: TBA
- ``nodes.Subscript``
- ``nodes.UnaryOp``
- ``nodes.While``
+ - ``nodes.Yield``
These changes involve breaking changes to their API but should be considered bug fixes. We
now make arguments required when they are instead of always providing defaults.