summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-05-12 08:31:49 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-05-12 08:51:21 +0200
commit6484b53c73b68969113acd502e091f935f29af07 (patch)
treec933125b9763148ee868e69a69aa5d869b039e85 /ChangeLog
parent60290ea135bb2b53ab87ad6d60f042d20a72db0b (diff)
downloadastroid-git-6484b53c73b68969113acd502e091f935f29af07.tar.gz
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Close PyCQA/pylint#3519
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63edff03..0c790f5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,16 @@ Release Date: TBA
* Added a brain for ``sqlalchemy.orm.session``
+
+What's New in astroid 2.4.2?
+============================
+Release Date: TBA
+
+* `FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
+
+ Close PyCQA/pylint#3519
+
+
What's New in astroid 2.4.1?
============================
Release Date: 2020-05-05