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
commitc9bdc6fea2f6c4c68981a351e5bdb69593d6f67f (patch)
tree334f0083d1a5da4f95a30502c6f74c425062317f
parent6080ec6069dbea304f2f9b73a92926e69dde46cd (diff)
downloadpylint-git-c9bdc6fea2f6c4c68981a351e5bdb69593d6f67f.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 e9b67fae6..a07b5113a 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.