summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a28029c2..de28a9c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,6 +98,12 @@ Release Date: TBA
Close PyCQA/pylint#3686
+* ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodes
+
+ This fixes a false positive with the `assignment-from-no-return` pylint check.
+
+ Close PyCQA/pylint#3904
+
What's New in astroid 2.4.2?
============================