summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJohn Yani <vanuan@gmail.com>2012-10-27 15:12:52 +0300
committerJohn Yani <vanuan@gmail.com>2012-10-27 15:12:52 +0300
commit5d2a3459de27c363143f4b89d9bdb5550116b730 (patch)
treea462d4826626b070e05ff0a0f1a68964c43987a4 /CHANGELOG
parentf50612c269bd81a78f1b215357075f14f77a5970 (diff)
downloadplatform_external_jcommander-5d2a3459de27c363143f4b89d9bdb5550116b730.tar.gz
platform_external_jcommander-5d2a3459de27c363143f4b89d9bdb5550116b730.tar.bz2
platform_external_jcommander-5d2a3459de27c363143f4b89d9bdb5550116b730.zip
Fix the CHANGELOG
Diffstat (limited to '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)