From 5064067c8dca2117e3ddee5145f09d4d6a300467 Mon Sep 17 00:00:00 2001 From: rpopma Date: Mon, 2 Oct 2017 01:02:19 +0900 Subject: [PATCH] #190 Updated the release notes to give credit for #191 and #192 to [RobertZenz](https://github.com/RobertZenz). --- RELEASE-NOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a8cc4f44b..b72b56305 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -52,9 +52,9 @@ class Args { ### Issues fixed -- #192 Default arity should be 1, not *, for array and collection options -- #193 Splitting an argument should not cause max arity to be exceeded -- #191 Arity should not limit the total number of values put in an array or collection +- #192 Default arity should be 1, not *, for array and collection options. Thanks to [RobertZenz](https://github.com/RobertZenz). +- #193 Splitting an argument should not cause max arity to be exceeded. +- #191 Arity should not limit the total number of values put in an array or collection. Thanks to [RobertZenz](https://github.com/RobertZenz). - #195 Usage help should show Map types if paramLabel not specified - #185 Missing option exception text should not use field names but be more descriptive and consistent with usage help. Thanks to [AlexFalappa](https://github.com/AlexFalappa). - #186 Confusing usage message for collection options. Thanks to [AlexFalappa](https://github.com/AlexFalappa).