summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorostr00000 <ostr00000@gmail.com>2023-02-13 22:50:13 +0100
committerGitHub <noreply@github.com>2023-02-13 22:50:13 +0100
commitade4c68d86f30d58d35e3eaf4c530af780bbf7e2 (patch)
treef8228e8d87ca9039e86609147a7d89c2dce0fbab /ChangeLog
parente4f594fbd78c8014d921c4feb3d53e5fba509d61 (diff)
downloadastroid-git-ade4c68d86f30d58d35e3eaf4c530af780bbf7e2.tar.gz
Fix `are_exclusive` function for walrus operator (#2023)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a0fbc12..4e0009c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,9 @@ Release date: TBA
Closes #2012
+* Fix ``are_exclusive`` function when a walrus operator is used inside ``IfExp.test`` field.
+
+ Closes #2022
What's New in astroid 2.14.2?
=============================