summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-20 00:52:03 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-20 00:52:03 +0300
commit9397a52833a1d74d2aaca49db32b5aed0a36767a (patch)
tree4cc394e0edb9f5a78667d33ad3c7203086dd7441 /ChangeLog
parent1f353874d44ef27cb0e51700e7fb44de4c1b3335 (diff)
downloadpylint-git-9397a52833a1d74d2aaca49db32b5aed0a36767a.tar.gz
Support inline comments for comma separated values in the config file
Closes #1024
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6537938f5..88a175e35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.0?
Release date: tba
+ * Support inline comments for comma separated values in the config file
+
+ Closes #1024
+
* epylint.py_run's *script* parameter was removed.
* epylint.py_run now uses ``shell=False`` for running the underlying process.