summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-07-07 13:34:54 -0700
committerCedric Beust <cedric@beust.com>2011-07-07 13:34:54 -0700
commitc199c87fcd7d702047dd813fbc4224c7d85fd95d (patch)
tree4181d2f8b22748d80d1a00e306c71f18a643e2a2 /CHANGELOG
parentb9f80c6e8a3040bb0ad3bece9303385063ee4f2f (diff)
downloadplatform_external_jcommander-c199c87fcd7d702047dd813fbc4224c7d85fd95d.tar.gz
platform_external_jcommander-c199c87fcd7d702047dd813fbc4224c7d85fd95d.tar.bz2
platform_external_jcommander-c199c87fcd7d702047dd813fbc4224c7d85fd95d.zip
Added: usage() now displays the options for each command as well
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fc696fe..5946d1c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,11 +2,12 @@ Current
Added: Default converter factories can be overridden (Scott Clasen)
Added: IParameterValidator
-Added: Don't display "Options:" if none were defined.
-Added: Enforce that the type of the main parameter is a List.
+Added: Don't display "Options:" if none were defined
+Added: Enforce that the type of the main parameter is a List
+Added: usage() now displays the options for each command as well
Fixed: Default values with a validator were being validate at parse() time instead of creation time.
Fixed: Exception when using an @ file with empty lines between options
-Fixed: OOM when parsing certain descriptions with long URL's in them.
+Fixed: OOM when parsing certain descriptions with long URL's in them
1.15
2011/01/24