diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-20 00:52:03 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-20 00:52:03 +0300 |
commit | 9397a52833a1d74d2aaca49db32b5aed0a36767a (patch) | |
tree | 4cc394e0edb9f5a78667d33ad3c7203086dd7441 /ChangeLog | |
parent | 1f353874d44ef27cb0e51700e7fb44de4c1b3335 (diff) | |
download | pylint-git-9397a52833a1d74d2aaca49db32b5aed0a36767a.tar.gz |
Support inline comments for comma separated values in the config file
Closes #1024
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |