summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorethan-leba <ethanleba5@gmail.com>2020-05-16 14:34:12 -0400
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-08-31 21:16:25 +0200
commit5b6844186f94e5fb4bdc63badbbf49b354912bfd (patch)
tree098dee527d13c3b700f5dd8485552ff72d8c38ac /ChangeLog
parent5c84f0dafe79ca1631f70cf8355a5ccc7f9ed232 (diff)
downloadpylint-git-5b6844186f94e5fb4bdc63badbbf49b354912bfd.tar.gz
Add simplifiable-condition and condition-evals-to-constant to the refactoring checker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ec9459be..e78219457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,11 @@ Release date: 2020-08-20
* Add check for bool function to `len-as-condition`
+* Add `simplifiable-condition` check for extraneous constants in conditionals using and/or.
+
+* Add `condition-evals-to-constant` check for conditionals using and/or that evaluate to a constant.
+
+ Close #3407
What's New in Pylint 2.5.4?
===========================