summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-05-10 23:49:46 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-05-10 23:49:46 +0300
commit53cdb74dd23c7a9615621982f14f96e3d467d453 (patch)
tree76a92143a60c9496ee257757f4c71ca710c44667 /ChangeLog
parent85639f82e2721ad02764df9ae56be8973fdfeba3 (diff)
parent34ebeb8c7248827850d109f2d8196dcdf1028750 (diff)
downloadpylint-53cdb74dd23c7a9615621982f14f96e3d467d453.tar.gz
Merged in bdanielby/pylint (pull request #143)
New extensions directory, new optional checker of Sphinx style, Google style and Numpy style parameter documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61d2405..b58028d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,12 @@ ChangeLog for Pylint
The alternative way is to use handle_message. add_message will be removed in
Pylint 1.6.
+ * Added new module 'extensions' for optional checkers with the test
+ directory 'test/extensions' and documentation file 'doc/extensions.rst'.
+
+ * Added new checker 'extensions.check_docs' that verifies parameter
+ documention in Sphinx, Google, and Numpy style.
+
2015-03-14 -- 1.4.3