From e61360119761729994f68f102f283be05f6be350 Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Wed, 1 Aug 2018 06:38:13 +0900 Subject: [PATCH] #425 Update release notes to give credit for the zsh autocompletion fixes. Thanks [Anthony Keenan](https://github.com/anthonykeenan)! --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b43f904f3..47487f1f1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -25,6 +25,7 @@ No features have been promoted in this picocli release. ## Fixed issues - [#412] Enhancement: Enum constant names are now returned from `ArgSpec::completionCandidates()`. Thanks to [Radovan PanĂ¡k](https://github.com/rpanak). - [#417] Enhancement: Ensure bash scripts have correct line separators. Thanks to [Holger Stenger](https://github.com/stengerh). +- [#425] Enhancement: Fix autocomplete script errors in zsh. Thanks to [Anthony Keenan](https://github.com/anthonykeenan). - [#419] Bugfix: Default value for arrays was not rendered correctly with `@{DEFAULT-VALUE}`. - [#418] Doc: Improve installation instructions for autocompletion scripts. - [#420] Doc: Added a Quick Guide