summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2012-05-08 15:14:12 -0700
committerCedric Beust <cedric@beust.com>2012-05-08 15:14:12 -0700
commit13a57cd81965605f1050f20ed2d4169e6d6d24df (patch)
tree8017b850d67bae418472508615e41b5183628ddb /CHANGELOG
parent5219e93646ed740bd837e4e6b6033bc4391135ba (diff)
downloadplatform_external_jcommander-13a57cd81965605f1050f20ed2d4169e6d6d24df.tar.gz
platform_external_jcommander-13a57cd81965605f1050f20ed2d4169e6d6d24df.tar.bz2
platform_external_jcommander-13a57cd81965605f1050f20ed2d4169e6d6d24df.zip
Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that of the command
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 624c6dc..344d107 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
Current
+Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that of the command
Fixed: bug with several multiple arity parameters (VariableArityTest)
Fixed: variable arities not working when same parameter appears multiple times.