summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2012-03-10 16:12:16 -0800
committerCedric Beust <cedric@beust.com>2012-03-10 16:12:16 -0800
commit8ebf58f752ae0703b70af57cecfe584968442558 (patch)
treecc30f05081e722c8b18653929eaf681bbf8c53b7 /CHANGELOG
parent39e431ec5e9c2505973a976f62a91e738b85fe4c (diff)
downloadplatform_external_jcommander-8ebf58f752ae0703b70af57cecfe584968442558.tar.gz
platform_external_jcommander-8ebf58f752ae0703b70af57cecfe584968442558.tar.bz2
platform_external_jcommander-8ebf58f752ae0703b70af57cecfe584968442558.zip
Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correctly (szhem)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2de2669..2ddb9ab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
Current
+Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correctly (szhem)
Fixed: Commands with same prefix as options were not working properly.
Fixed: GITHUB-97: Required password always complains that it is not specified (timoteoponce)