summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Hebert <charles.hebert@logilab.fr>2009-12-04 15:08:21 +0100
committerCharles Hebert <charles.hebert@logilab.fr>2009-12-04 15:08:21 +0100
commitaad18c7062f98f4b1b2dc76ca5748af6deddbe33 (patch)
tree4c9823dff5fbfb0e34ff7a164edfacb0b936a514
parentb390e94adce252f548c1b0ddfad63c7ded9b581b (diff)
downloadpylint-aad18c7062f98f4b1b2dc76ca5748af6deddbe33.tar.gz
update ChangeLog
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e41bdc4..251acd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,12 @@ 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 Lingar patches for ++/-- and duplicate key in dicts
- * include James Lingar patches for function call arguments checker
+ * 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
* fix #18862: E0601 false positive with lambda functions