summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2023-04-04 09:31:09 -0400
committerGitHub <noreply@github.com>2023-04-04 13:31:09 +0000
commitc1ae270bb990b00d681e677e6be31a2b5ce3c2e4 (patch)
tree7880835d9ee3236164fd3473774f13daa56ebfcc /ChangeLog
parentb4bb2d98a14558310f14778e1591e45193d39bc7 (diff)
downloadastroid-git-c1ae270bb990b00d681e677e6be31a2b5ce3c2e4.tar.gz
Mandatory fields for While (#2095)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 698f7fe3..77ccf932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,7 @@ Release date: TBA
- ``nodes.Starred``
- ``nodes.Subscript``
- ``nodes.UnaryOp``
+ - ``nodes.While``
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.