summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-06-09 22:02:48 +0200
committerGitHub <noreply@github.com>2020-06-09 22:02:48 +0200
commit1cf413ff986cf464202a07df60e7bd54695ed0e0 (patch)
tree65ecd70f5d6057047403122e9f01158038f22637 /ChangeLog
parentca821aacd3d27b118781de77463238aa58f1f3ca (diff)
downloadastroid-git-1cf413ff986cf464202a07df60e7bd54695ed0e0.tar.gz
`FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)
Close PyCQA/pylint#3583
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b407e6ed..5e6a8a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,10 @@ Release Date: TBA
Close PyCQA/pylint#3639
+* `FunctionDef.is_generator` properly handles `yield` nodes in `If` tests
+
+ Close PyCQA/pylint#3583
+
What's New in astroid 2.4.2?
============================