summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-12-14 11:11:00 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-12-14 11:11:26 +0100
commit2e2879379441514ef7a15d7e4169f545574ce00a (patch)
treee0d45dcab9a7ac7bed5550f193b09179d1ec43c2 /ChangeLog
parent735618916c63ba2f8b647fbd45dcf2456343836c (diff)
downloadpylint-git-2e2879379441514ef7a15d7e4169f545574ce00a.tar.gz
Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.
Close #2643
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22726dceb..8a3779b87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,10 @@ Release date: TBA
Close #2558
+* Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.
+
+ Close #2643
+
* Fix incorrect generation of ``no-else-return`` warnings (R1705)
Fixed issue where ``if`` statements with nested ``if`` statements