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
commit5b79d2ac09be2789fabef0d174184c8847674133 (patch)
treee967ebe0d9582c284fd5e5a8d4e1145717cc1e94
parent807230d1dc6c2d85428082ab6b03e77b4244018d (diff)
downloadpylint-5b79d2ac09be2789fabef0d174184c8847674133.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.