summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2012-09-17 23:08:45 -0700
committerCedric Beust <cedric@beust.com>2012-09-17 23:08:45 -0700
commitc6fb7f8ab1cd68e2765ea018d97138f8ba11ab74 (patch)
treebc107067a52411d5eafd14c9dc212040447defbd /CHANGELOG
parent228dce43547e2884ad2026290f71d5af88fbd350 (diff)
downloadplatform_external_jcommander-c6fb7f8ab1cd68e2765ea018d97138f8ba11ab74.tar.gz
platform_external_jcommander-c6fb7f8ab1cd68e2765ea018d97138f8ba11ab74.tar.bz2
platform_external_jcommander-c6fb7f8ab1cd68e2765ea018d97138f8ba11ab74.zip
Change log.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fdc3a1c..1b92041 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,9 @@
Current
+Added: JCommander#setNoThrow and JCommander#getUnknownArgs
Added: JCommander#allowAbbreviatedOptions (default: false)
Added: JCommander#setCaseSensitiveOptions (default: true)
+Fixed: Missing new lines in usage (styurin)
Fixed: The description of commands is now displayed on the next line and indented.
Fixed: Empty string defaults now displayed as "<empty string>" in the usage
Fixed: Bugs with the PositiveInteger validator