summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2023-04-12 17:06:34 -0400
committerGitHub <noreply@github.com>2023-04-12 21:06:34 +0000
commitc1f8ca83f12580e4ca93d46b3c6e590aa6025377 (patch)
tree81ca7de8c574a572eb719f3a4bde733174ce6ec4 /ChangeLog
parent0bfe98ea4bd5407d8b3905dd6b340c4842fb2019 (diff)
downloadastroid-git-c1f8ca83f12580e4ca93d46b3c6e590aa6025377.tar.gz
Clean up If fields (#2109)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33eb401c..f6608cac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,7 +35,7 @@ Release date: TBA
- ``nodes.Keyword``
- ``nodes.Name``
- ``nodes.Raise``
- - ``nodes.Return
+ - ``nodes.Return``
- ``nodes.Slice``
- ``nodes.Starred``
- ``nodes.TryExcept``
@@ -47,6 +47,9 @@ Release date: TBA
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.
+* ``nodes.If.self.is_orelse`` has been removed as it was never set correctly and therefore
+ provided a false value.
+
* Remove dependency on ``wrapt``.