Skip to content

Commit cf888c5

Browse files
committed
[#972][#973] DOC fix RELEASE-NOTES.md: move changes notes to the correct section
1 parent c8a03a9 commit cf888c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ class AdvancedMixin {
6464
* [#951] DOC: Fixed typo in `picocli-codegen` annotation processor documentation: `disable.resource.config` is correct (the option name was incorrectly spelled as `disable.resources.config`). Thanks to [Max Rydahl Andersen](https://github.com/maxandersen) for raising this.
6565
* [#966] DOC: Add section about Testing to the user manual.
6666
* [#965] Dependency Upgrade: in `picocli-examples`, bump `hibernate-validator` from 6.0.2 to 6.1.2 to deal with [CVE-2019-10219](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10219). Thanks to [https://github.com/Security3rd](Security3rd) for raising this.
67+
* [#973] (DOC) Update documentation for using the `picocli-codegen` annotation processor during the build with Kotlin.
68+
* [#972] (DOC) Add section "Handling Invalid Input" for custom type converters to user manual, demonstrating `TypeConversionException`. Add example `InetSocketAddressConverter` to `picocli-examples`. Thanks to [Simon](https://github.com/sbernard31) for raising this.
6769

6870
## <a name="4.2.1-deprecated"></a> Deprecations
6971
No features were deprecated in this release.
@@ -462,8 +464,6 @@ Also, "hidden" subcommands and options are no longer shown as suggestions in unm
462464
* [#889][#885] (DOC) Update of Picocli Programmatic API documentation. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
463465
* [#891] (DOC) Fixed broken links in README. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
464466
* [#892] (DOC) Minor improvements to example app in `picocli-shell-jline3`.
465-
* [#973] (DOC) Update documentation for using the `picocli-codegen` annotation processor during the build with Kotlin.
466-
* [#972] (DOC) Add section "Handling Invalid Input" for custom type converters to user manual, demonstrating `TypeConversionException`. Add example `InetSocketAddressConverter` to `picocli-examples`. Thanks to [Simon](https://github.com/sbernard31) for raising this.
467467

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

0 commit comments

Comments
 (0)