summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2009-03-23 12:40:04 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2009-03-23 12:40:04 +0100
commit99d4443eb41a872342f408e972d0bae463e25823 (patch)
treeb1775861d744fc8a877a2eaf469348575fd6da45 /ChangeLog
parentfef9a433db5d65a0a96635d5d92e0f28ec04cf44 (diff)
downloadpylint-git-99d4443eb41a872342f408e972d0bae463e25823.tar.gz
set E0501 line no to the first line where non ascii character has been found
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ce532789..4eb8ff3d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,9 +3,11 @@ ChangeLog for PyLint
--
* fix #8687, W0613 false positive on inner function
+ * fix #8332: set E0501 line no to the first line where non ascii character
+ has been found
* implements #4037: don't issue W0142 (* or ** magic) when they are barely
passed from */** arguments
-
+
2009-03-19 -- 0.17.0
* semicolon check : move W0601 to W0301
* remove rpython : remove all rpython checker, modules and tests