summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryushao2 <36848472+yushao2@users.noreply.github.com>2021-11-18 17:58:02 +0800
committerYu Shao, Pang <p.yushao2@gmail.com>2021-11-29 00:25:56 +0800
commit2b3ed7e32d96653e82509e8159da28375c5102a6 (patch)
tree5869d830e818c676c748707292ba66736a94adff /ChangeLog
parentbe257fe382e22585e4e05da593e55aa111aa34e5 (diff)
downloadpylint-git-2b3ed7e32d96653e82509e8159da28375c5102a6.tar.gz
Apply suggestions from code review
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe943eaad..78effad5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,7 +57,8 @@ Release date: 2021-11-24
Closes #4412 #5287
-* Fix false negative ``consider-iterating-dictionary`` during membership checks
+* Fix false negative for ``consider-iterating-dictionary`` during membership checks encapsulated in iterables
+ or ``not in`` checks
Closes #5323