summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Daniel <bruno.daniel@blue-yonder.com>2015-05-08 16:39:00 +0200
committerBruno Daniel <bruno.daniel@blue-yonder.com>2015-05-08 16:39:00 +0200
commit087ef5378b0d392f172747d7130512e25d3844ca (patch)
treeb127e203c276261a25e07c33d2e2d25316753f3e /ChangeLog
parentc275f0228ff24a1482d45b7b93393cae450f344e (diff)
parent63997ac37b22c3b7e138cea2127a7560d2aeb5e0 (diff)
downloadpylint-087ef5378b0d392f172747d7130512e25d3844ca.tar.gz
merge
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 687327d..444867d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -275,6 +275,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' and documentation file 'doc/extensions.rst'.
+
+ * Added new checker 'extensions.check_docs' that verifies Sphinx parameter
+ documention
+
* Don't emit 'import-error' if an import was protected by a try-except,
which excepted ImportError.