Skip to content

Commit

Permalink
#690 DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 26, 2020
1 parent ff406e1 commit b9c6979
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ class MyVersionProvider implements IVersionProvider {
}
```

### Lazily instantiate subcommands

From this release, subcommands are not instantiated until they are matched on the command line,
unless the user object has a `@Spec` or `@ParentObject`-annotated field; these are instantiated during initialization.


## <a name="4.2.0-fixes"></a> Fixed issues
* [#906] Added automated tests for picocli-generated bash/zsh completion scripts.
Expand Down

0 comments on commit b9c6979

Please sign in to comment.