summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-11-25 19:37:12 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-11-25 19:37:12 +0100
commitb26658413bef27015b27d18d2dac56ade65f5f3e (patch)
treeede7d073130b42eb55da9b4c61db3726af557bc5 /ChangeLog
parent1a9bcaada90a50d82796e2617871f88aed90722a (diff)
parent1e48d7aca0ad29ca219a51f15ccba1f46d868f89 (diff)
downloadpylint-git-b26658413bef27015b27d18d2dac56ade65f5f3e.tar.gz
merge
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5ce38e7a..e41bdc425 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ ChangeLog for PyLint
====================
--
+
+ * fix test/fulltest.sh
+ * include simple message (ids) listing by Vincent Férotin (#9791)
+ * --errors-only does not hide fatal error anymore
* include james Lingar patches for ++/-- and duplicate key in dicts
* include James Lingar patches for function call arguments checker
* improved flymake code and doc provided by Derek Harland