summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-25 17:49:23 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-25 17:49:23 +0300
commit04f1ffd196a579e9af4acc277d49aff4f33be9f1 (patch)
tree25bd31b48c63f14c6e172d75a68ad8b83db4fc37 /ChangeLog
parenta0c8e5cfb2834040f49deaef3dea2f52e46f067b (diff)
downloadpylint-04f1ffd196a579e9af4acc277d49aff4f33be9f1.tar.gz
yield-outside-func is also emitted for `yield from`.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b122328..ca0d9fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -174,6 +174,8 @@ ChangeLog for Pylint
* Don't emit undefined-all-variables for nodes which can't be
inferred (YES nodes).
+
+ * yield-outside-func is also emitted for `yield from`.