diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2020-05-12 08:31:49 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-05-12 08:51:21 +0200 |
| commit | 6484b53c73b68969113acd502e091f935f29af07 (patch) | |
| tree | c933125b9763148ee868e69a69aa5d869b039e85 /ChangeLog | |
| parent | 60290ea135bb2b53ab87ad6d60f042d20a72db0b (diff) | |
| download | astroid-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
