summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Daniel <bruno.daniel@blue-yonder.com>2014-08-08 14:44:32 +0200
committerBruno Daniel <bruno.daniel@blue-yonder.com>2014-08-08 14:44:32 +0200
commit22eba2e97e081fbb53f9ebba3f0be894aff4b491 (patch)
tree98ed7dbc1633e93ff161b555f0d84d4f9fabc8e8 /ChangeLog
parent1ed31f94506b53219ae5d5e446bb71e4640f7775 (diff)
downloadpylint-22eba2e97e081fbb53f9ebba3f0be894aff4b491.tar.gz
changelog entry for the new extensions module and the new checker 'check_docs'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb79521..61bfdaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,12 @@ ChangeLog for Pylint
* Properly handle unicode format strings for Python 2.
Closes issue #296.
+ * Added new module 'extensions' for optional checkers with the test
+ directory 'test/extensions'.
+
+ * Added new checker 'extensions.check_docs' that verifies Sphinx parameter
+ documention
+
2014-07-26 -- 1.3.0
* Allow hanging continued indentation for implicitly concatenated