From 8049825f6ec357e6b19e1cbc024de43599ed182a Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Mon, 14 Aug 2023 09:18:18 +0900 Subject: [PATCH] [#2083][#2084] DOC update RELEASE-NOTES --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 77f8c0dc0..74557c9aa 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -24,6 +24,7 @@ Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96). ## Fixed issues * [#2060] Bugfix: Fix positional parameters bug with late-resolved arity variable. Thanks to [daisukeoto](https://github.com/daisukeoto) for raising this. * [#2074][#2075] Bugfix: Don't generate auto-complete for hidden attributes in `picocli.shell.jline3.PicoCommand`. Thanks to [clebertsuconic](https://github.com/clebertsuconic) for the pull request. +* [#2083][#2084] Enhancement: Java 22 update: improve logic for detecting if the output stream is connected to a terminal. Thanks to [Liam Miller-Cushon](https://github.com/cushon) for the pull request. ## Deprecations No features were deprecated in this release.