summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-11 18:18:00 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-11 18:18:00 +0200
commita741befacd5fc4e6944bea0f907b95a18a7d8338 (patch)
treed721415085ba91936e7bba90b1ba315664acc805
parent5f6964648de47f9f418c38a898ba34c265676bf5 (diff)
downloadpylint-a741befacd5fc4e6944bea0f907b95a18a7d8338.tar.gz
Add ChangeLog entries for the removal of three warnings
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6860e4c..6b68696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
ChangeLog for Pylint
--------------------
+--
+
+ * Remove three warnings: star-args, abstract-class-little-used,
+ abstract-class-not-used. These warnings don't add any real value
+ and they don't imply errors or problems in the code.
+
2015-03-11 -- 1.4.2
* Don't require a docstring for empty modules. Closes issue #261.