From 754dd3d6530f6487b65e0dcf45d0dfa9d8e20bd5 Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Tue, 13 Feb 2018 20:04:01 +0900 Subject: [PATCH] #285 give credit in release notes --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b6901fe77..bae47c9f3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -74,7 +74,7 @@ No features have been promoted in this picocli release. - [#215] API: `stopAtUnmatched` flag to stop parsing on first unmatched argument. Thanks to [defnull](https://github.com/defnull) for the request. - [#284] API: `stopAtPositional` flag to treat first positional parameter as end-of-options. Thanks to [defnull](https://github.com/defnull) and [pditommaso](https://github.com/pditommaso) for the request. - [#279] Enhancement: assign empty String when String option was specified without value. Thanks to [pditommaso](https://github.com/pditommaso) for the request. -- [#285] Bugfix: Vararg positional parameters should not consume options. +- [#285] Bugfix: Vararg positional parameters should not consume options. Thanks to [pditommaso](https://github.com/pditommaso) for the bug report. - [#286] Documentation: clarify when picocli instantiates fields for options and positional parameters. Thanks to [JanMosigItemis](https://github.com/JanMosigItemis) for pointing this out. ## Deprecations