summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCédric Beust <cedric@color.com>2011-10-05 23:14:20 -0700
committerCédric Beust <cedric@color.com>2011-10-05 23:14:20 -0700
commitcbdb7070bd2101febc1b08b8cb5d26c54e150a74 (patch)
treef9b7a6ffabe7c796583d1e8c88f4c45cf122003a /CHANGELOG
parentc709e6db81d11fe4aa6c573775ba5577902aa35c (diff)
downloadplatform_external_jcommander-cbdb7070bd2101febc1b08b8cb5d26c54e150a74.tar.gz
platform_external_jcommander-cbdb7070bd2101febc1b08b8cb5d26c54e150a74.tar.bz2
platform_external_jcommander-cbdb7070bd2101febc1b08b8cb5d26c54e150a74.zip
Added: JCommander#setParameterDescriptionComparator for better control over usage().
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4a985d8..8c7b2d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Current
Current
Added: commandDescriptionKey to @Parameters, to allow internationalized command descriptions
+Added: JCommander#setParameterDescriptionComparator for better control over usage()
Fixed: Fields of type Set (HashSet and SortedSet) are now supported
Fixed: defaults for commands were not properly applied (Stevo Slavic)
Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)