summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-09-19 17:53:53 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-09-19 17:53:53 +0000
commitb1cb956b40605c1fbdb85a90a9fe002a46e5cf0c (patch)
tree8c007969b2ccf7e1fa6d095d611ad33aa6f218d2 /ChangeLog
parent1f17d18b344876d273248dfdd96af92bd17770e0 (diff)
downloadpylint-b1cb956b40605c1fbdb85a90a9fe002a46e5cf0c.tar.gz
Abbreviations of command line options are not supported anymore.
Using abbreviations for CLI options was never considered to be a feature of pylint, this fact being only a side effect of using optparse. As this was the case, using --load-plugin or other abbreviation for --load-plugins never actually worked, while it also didn't raise an error. Closes issue #424.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4de3c5..f209bda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -287,6 +287,14 @@ ChangeLog for Pylint
Closes issue #639.
+ * Abbreviations of command line options are not supported anymore.
+
+ Using abbreviations for CLI options was never considered to be
+ a feature of pylint, this fact being only a side effect of using optparse.
+ As this was the case, using --load-plugin or other abbreviation
+ for --load-plugins never actually worked, while it also didn't raise
+ an error. Closes issue #424.
+
2015-03-14 -- 1.4.3