summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-31 00:16:17 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-07-31 00:16:17 +0300
commit63a8818f768fed20c661c9575a5b535ff34b5903 (patch)
tree7ff402c2cfe0af19e7755ca9cdcde368f5aabcae /ChangeLog
parent40a48529753727b1af6836bef2447c0d413d78b6 (diff)
downloadpylint-63a8818f768fed20c661c9575a5b535ff34b5903.tar.gz
--generate-rcfile generates by default human readable symbols for the --disable option. Closes issue #608.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688cbfc..17f34dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -228,6 +228,9 @@ ChangeLog for Pylint
* --no-space-check option accepts `empty-line` as a possible option.
Closes issue #541.
+
+ * --generate-rcfile generates by default human readable symbols
+ for the --disable option. Closes issue #608.