Skip to content

Commit

Permalink
[#1051][#1056] minor improvements; update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed May 19, 2020
1 parent 993955b commit df51378
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# picocli Release Notes

# <a name="4.4.0"></a> Picocli 4.4.0 (UNRELEASED)
The picocli community is pleased to announce picocli 4.4.0.

This release contains bugfixes and enhancements.

This is the seventy-first public release.
Picocli follows [semantic versioning](http://semver.org/).

## <a name="4.4.0-toc"></a> Table of Contents
* [New and noteworthy](#4.4.0-new)
* [Fixed issues](#4.4.0-fixes)
* [Deprecations](#4.4.0-deprecated)
* [Potential breaking changes](#4.4.0-breaking-changes)

## <a name="4.4.0-new"></a> New and Noteworthy


## <a name="4.4.0-fixes"></a> Fixed issues
[#1051][#1056] Enhancement: `GenerateCompletion` command no longer needs to be a direct subcommand of the root command. Thanks to [Philippe Charles](https://github.com/charphi) for the pull request.


## <a name="4.4.0-deprecated"></a> Deprecations
No features were deprecated in this release.

## <a name="4.4.0-breaking-changes"></a> Potential breaking changes
This release has no breaking changes.


# <a name="4.3.2"></a> Picocli 4.3.2
The picocli community is pleased to announce picocli 4.3.2.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5388,7 +5388,7 @@ The following variables are predefined:
|`${COMMAND-FULL-NAME}`| 4.0 | any section of the usage help message for a command| replaced with the fully qualified name of the command (that is, preceded by its parent fully qualified name)
|`${PARENT-COMMAND-NAME}`| 4.0 | any section of the usage help message for a command| replaced with the name of its parent command
|`${PARENT-COMMAND-FULL-NAME}`| 4.0 | any section of the usage help message for a command| replaced with the fully qualified name of its parent command (that is, preceded by the name(s) of the parent command's ancestor commands)
|`${ROOT-COMMAND-NAME}`| 4.4 | any section of the usage help message for a command| replaced with the name of the root command
|`${ROOT-COMMAND-NAME}`| 4.4 | any section of the usage help message for a command| replaced with the name of the top-level command (in a command suite with subcommands)
|===

=== Custom Variables
Expand Down

0 comments on commit df51378

Please sign in to comment.