summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-11-25 10:47:01 -0800
committerCedric Beust <cedric@beust.com>2011-11-25 10:47:01 -0800
commitc3507ebf6d4b118ebeb443f0da87a63543ab395a (patch)
tree316c47039d6dc41c4b2cced18df2f87c36e04502 /CHANGELOG
parent4ba2a3c6a66626c4629266729a16e7f7e07b9ad0 (diff)
downloadplatform_external_jcommander-c3507ebf6d4b118ebeb443f0da87a63543ab395a.tar.gz
platform_external_jcommander-c3507ebf6d4b118ebeb443f0da87a63543ab395a.tar.bz2
platform_external_jcommander-c3507ebf6d4b118ebeb443f0da87a63543ab395a.zip
Fixed: Main parameters are now validated as well (Connor Mullen).
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6f5078c..64c5a45 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ Added: Support for delegating parameter definitions to child classes (rodionmois
Added: @Parameter(commandNames) so that command names can be specified with annotations
Added: Support for enums (Adrian Muraru)
Fixed: Throw if an unknown option is found
+Fixed: Main parameters are now validated as well (Connor Mullen)
1.19
2011/10/10