summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-11-25 11:28:23 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-11-25 11:28:23 +0200
commit4eae887f8d4cd7bfc850f26695277fed7324c4cf (patch)
tree27768a81010b13d123d459bd859cdffbb50f46a9
parent5b7deb7654ea35b1384f8a9398c18fb7466133c6 (diff)
downloadpylint-4eae887f8d4cd7bfc850f26695277fed7324c4cf.tar.gz
Add ChangeLog entry for issue #670.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9b67fa..a07b511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ ChangeLog for Pylint
--
+ * Added a new refactoring warning, 'unneeded-not', emitted
+ when an expression with the not operator could be simplified.
+ Closes issue #670.
+
* Added a new refactoring warning, 'simplifiable-if-statement',
used when an if statement could be reduced to a boolean evaluation
of its test. Closes issue #698.