From 257c199a8064ac7605813ffa25a42e67e7e437d1 Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Mon, 2 Dec 2019 07:46:56 +0900 Subject: [PATCH] [#891] (DOC) Fixed broken links in README - update RELEASE-NOTES --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8a27b251..0151e5f6 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -25,6 +25,7 @@ Picocli follows [semantic versioning](http://semver.org/). [#884] (Bugfix) Built-in `picocli.AutoComplete.GenerateCompletion` (`generate-completion`) subcommand should omit validation of mandatory options in the parent command. Thanks to [Andreas Deininger](https://github.com/deining) for raising this. [#883] (DOC) Update of Quick Guide. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request. [#889][#885] (DOC) Update of Picocli Programmatic API documentation. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request. +[#891] (DOC) Fixed broken links in README. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request. ## Deprecations No features were deprecated in this release.