summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-30 21:10:44 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-30 21:10:44 +0300
commitf8f822bb7bf124d8e7a1e23b8633c50cc628f392 (patch)
tree0abfbdc06088915c17f9fd67575eb6841b4acc6c
parent99d020e0a85590f2b076f024cc2dc508e8f182a9 (diff)
downloadpylint-f8f822bb7bf124d8e7a1e23b8633c50cc628f392.tar.gz
Add ChangeLog entry for a3918e708197. Closes issue #541.
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d5afe3..688cbfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -224,7 +224,10 @@ ChangeLog for Pylint
missing modules with a relative import from a package.
* Don't emit no-init if not all the bases from a class are known.
- Closes issue #604.
+ Closes issue #604.
+
+ * --no-space-check option accepts `empty-line` as a possible option.
+ Closes issue #541.