summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2012-10-27 08:39:20 -0700
committerCedric Beust <cedric@beust.com>2012-10-27 08:39:20 -0700
commit2f52ed8390fb8cd57781b33e79ea25b05f0c3ded (patch)
tree0e6829dbf6e1b9f845af0eec9f5afd2fa7cc49b3
parent6575612c8e96ca37744a324d7d5e9c8c9ec7e95f (diff)
parent5d2a3459de27c363143f4b89d9bdb5550116b730 (diff)
downloadplatform_external_jcommander-2f52ed8390fb8cd57781b33e79ea25b05f0c3ded.tar.gz
platform_external_jcommander-2f52ed8390fb8cd57781b33e79ea25b05f0c3ded.tar.bz2
platform_external_jcommander-2f52ed8390fb8cd57781b33e79ea25b05f0c3ded.zip
Merge pull request #141 from Vanuan/master
Some fixes for the changelog
-rw-r--r--CHANGELOG7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 514c1f9..308c0b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,17 +1,20 @@
Current
-Added: JCommander#setNoThrow and JCommander#getUnknownArgs
+Added: JCommander#acceptUnknownOption and JCommander#getUnknownArgs
Added: JCommander#allowAbbreviatedOptions (default: false)
Added: JCommander#setCaseSensitiveOptions (default: true)
Added: Support for enums (Scott M Stark)
Fixed: Missing new lines in usage (styurin)
Fixed: The description of commands is now displayed on the next line and indented.
+
+1.29
+2012/07/28
Fixed: Empty string defaults now displayed as "<empty string>" in the usage
Fixed: Bugs with the PositiveInteger validator
Fixed: Parameters with a single double quote were not working properly
1.27
-1012/08/05
+2012/07/05
Added: IValueValidator to validate parameter values (typed) as opposed to IParameterValidator which validates strings
Added: echoInput, used when password=true to echo the characters (Jason Wheeler)
Added: @Parameter(help = true)