From 6ca84dd74d1a24043a2670fd8f8d08760414f38e Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Wed, 16 Feb 2022 06:28:13 +0900 Subject: [PATCH] [#899][#1578][#1579] Enhancement: improve built-in `Help` command description --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d02df4749..9877050b1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -65,6 +65,7 @@ Picocli 4.7.0 introduced a `sortSynopsis = false` attribute to let the synopsis * [#1574] API: Add annotation API to control whether synopsis should be sorted alphabetically or by explicit `order`. * [#1408] Enhancement: Synopsis should respect `order` if specified. Thanks to [Simon](https://github.com/sbernard31) for raising this. * [#964][#1080] Enhancement: ArgGroup synopsis should respect `order` (if specified). Thanks to [Enderaoe](https://github.com/Lyther) for the pull request with unit tests. +* [#899][#1578][#1579] Enhancement: improve built-in `Help` command description. Thanks to [Michael L Heuer](https://github.com/heuermh) for the pull request. Thanks to [Garret Wilson](https://github.com/garretwilson) for raising this. * [#1572] Enhancement: Remove redundant braces in ArgGroup synopsis. * [#1575] Bugfix: Synopsis should not cluster boolean options if `posixClusteredShortOptionsAllowed` is set to false. * [#812] DOC: Document how to test a picocli spring-boot application.