summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:47:42 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:47:42 +0100
commit26eea3e95316099485a1be1693ccf1461c08b1fb (patch)
tree40dda39b170ed2d7916c8744fb9cccd1e3ac2e54 /ChangeLog
parent8847a3a202afe2f7edf9acd89a30d81126c96e37 (diff)
downloadpylint-26eea3e95316099485a1be1693ccf1461c08b1fb.tar.gz
prepare 0.19
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 251acd0..ae5f512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,18 +3,19 @@ ChangeLog for PyLint
--
* include James Lingard string format checker
- * fix test/fulltest.sh
* include simple message (ids) listing by Vincent Férotin (#9791)
* --errors-only does not hide fatal error anymore
* include james Lingard patches for ++/-- and duplicate key in dicts
* include James Lingard patches for function call arguments checker
* improved flymake code and doc provided by Derek Harland
- * refactor & fix the imports checker
+ * refactor and fix the imports checker
* fix #18862: E0601 false positive with lambda functions
* fix #8764: More than one statement on a single line false positive with
try/except/finally
- * Nathaniel's fix for w0108 false positive
- * fix 9215: false undefined variable error in lambda function
+ * fix #9215: false undefined variable error in lambda function
+ * fix for w0108 false positive (Nathaniel)
+ * fix test/fulltest.sh
+ * #5821 added a utility function to run pylint in another process (patch provide by Vincent Férotin)
2009-03-25 -- 0.18.0
* tests ok with python 2.4, 2.5, 2.6. 2.3 not tested