Skip to content

Commit

Permalink
#190 Updated the release notes to give credit for #191 and #192 to [R…
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Oct 1, 2017
1 parent 7312d5a commit 5064067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5064067

Please sign in to comment.