summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbdanielby <Bruno.Daniel@blue-yonder.com>2014-08-27 22:57:27 +0200
committerbdanielby <Bruno.Daniel@blue-yonder.com>2014-08-27 22:57:27 +0200
commit131a5e074e72ac57ba6ed0e1ca0661c864b83ff4 (patch)
tree9b84a7ac063e620c96f011cb98d0785e4c5235fe /ChangeLog
parent2995e293950edc39b0466d1274affc1136c066c8 (diff)
parent0fd92f1790840130cebd8bbbc77d2811a9be3c91 (diff)
downloadpylint-131a5e074e72ac57ba6ed0e1ca0661c864b83ff4.tar.gz
Merged logilab/pylint into default
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d9276d8..ef4c74f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,9 +43,15 @@ 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.
-
+
* Fix an 'unused-import' false positive, when the error was emitted
for all the members imported with 'from import' form.
Closes issue #304.