summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbdanielby <Bruno.Daniel@blue-yonder.com>2014-08-15 10:06:04 +0200
committerbdanielby <Bruno.Daniel@blue-yonder.com>2014-08-15 10:06:04 +0200
commit0fd92f1790840130cebd8bbbc77d2811a9be3c91 (patch)
tree9a9c2b30fda79dc5ea62b10898c351a153556081 /ChangeLog
parent5550b7e0257017b375f9a3cfad68f9cb2ad435a2 (diff)
parent37eb2aaadb7e798cc858559e6e32250fe7e0ba57 (diff)
downloadpylint-0fd92f1790840130cebd8bbbc77d2811a9be3c91.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 f7c3b90..233aade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,9 +38,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.