summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Yani <vanuan@gmail.com>2012-10-27 22:07:22 +0300
committerJohn Yani <vanuan@gmail.com>2012-10-27 22:10:43 +0300
commit20a8ea0b0da5f7f0e724716943eb0f0f3d7104d4 (patch)
treef11682f1423b02901d8e043a5d200d9daff732cc
parent5d2a3459de27c363143f4b89d9bdb5550116b730 (diff)
downloadplatform_external_jcommander-20a8ea0b0da5f7f0e724716943eb0f0f3d7104d4.tar.gz
platform_external_jcommander-20a8ea0b0da5f7f0e724716943eb0f0f3d7104d4.tar.bz2
platform_external_jcommander-20a8ea0b0da5f7f0e724716943eb0f0f3d7104d4.zip
Update the CHANGELOG due to 1.30 release
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 308c0b6..05bb809 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Current
+1.30
+2012/10/27
+
Added: JCommander#acceptUnknownOption and JCommander#getUnknownArgs
Added: JCommander#allowAbbreviatedOptions (default: false)
Added: JCommander#setCaseSensitiveOptions (default: true)
@@ -9,12 +12,14 @@ Fixed: The description of commands is now displayed on the next line and indente
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
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)
@@ -26,6 +31,7 @@ Fixed: variable arities not working when same parameter appears multiple times.
1.25
2012/04/26
+
Added: Default passwords are no longer displayed in the usage (Paul Mendelson)
Added: Variable arities now work magically, no need for IVariableArity any more
Fixed: Commands using @Parameters(resourceBundle) were not i18n'ed properly in the usage()