Skip to content

Commit

Permalink
DOC update phrasing in RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Feb 26, 2022
1 parent ccfcad1 commit ba173ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Picocli 4.7.0 introduced a `sortSynopsis = false` attribute to let the synopsis


## <a name="4.7.0-fixes"></a> Fixed issues
* [#1599] API: The `picocli-codegen` artifact is now a named JPMS module with a `module-info.class`.
* [#1611] API: The `picocli-groovy` artifact is now a named JPMS module with a `module-info.class`.
* [#1610] API: The `picocli-shell-jline2` is now a named JPMS module with a `module-info.class`.
* [#1609] API: The `picocli-shell-jline3` is now a named JPMS module with a `module-info.class`.
* [#1608] API: The `picocli-spring-boot-starter` is now a named JPMS module with a `module-info.class`. NOTE: its module name changed to `info.picocli.spring.boot` from `info.picocli.spring`.
* [#1599] API: The `picocli-codegen` artifact is now an explicitly declared named JPMS module with a `module-info.class`.
* [#1611] API: The `picocli-groovy` artifact is now an explicitly declared named JPMS module with a `module-info.class`.
* [#1610] API: The `picocli-shell-jline2` is now an explicitly declared named JPMS module with a `module-info.class`.
* [#1609] API: The `picocli-shell-jline3` is now an explicitly declared named JPMS module with a `module-info.class`.
* [#1608] API: The `picocli-spring-boot-starter` is now an explicitly declared named JPMS module with a `module-info.class`. NOTE: its module name changed to `info.picocli.spring.boot` from `info.picocli.spring`.
* [#1600] API: Add `requires static java.sql` to picocli `module-info`.
* [#1471] API: Provide a programmatic way to configure Picocli's `TraceLevel`. Thanks to [ekinano](https://github.com/ekinano) for raising this.
* [#1125] API: Add parser configuration to allow options to consume values that match subcommand names or option names.
Expand Down

0 comments on commit ba173ff

Please sign in to comment.