Skip to content

Commit

Permalink
Polish release notes for 5.11.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Nov 25, 2023
1 parent 863108b commit 4303615
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
*Scope:* ❓

For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/68?closed=1+[5.11.0-M1] milestone page in the
JUnit repository on GitHub.
link:{junit5-repo}+/milestone/68?closed=1+[5.11.0-M1] milestone page in the JUnit
repository on GitHub.


[[release-notes-5.11.0-M1-junit-platform]]
=== JUnit Platform

==== Bug Fixes

*
* Fixes use of the launcher as a Java module when `junit.platform.launcher.interceptors.enabled` is enabled
* Allow `junit-platform-launcher` to be used as a Java module when
`junit.platform.launcher.interceptors.enabled` is set to `true`.
- See link:https://github.com/junit-team/junit5/issues/3561[issue 3561] for details.

==== Deprecations and Breaking Changes
Expand All @@ -25,8 +25,9 @@ JUnit repository on GitHub.

==== New Features and Improvements

* New `StringConversionSupport` in `junit-platform-commons` to expose
internal conversion logic used by Jupiter's `DefaultArgumentConverter`
* New `StringConversionSupport` in `junit-platform-commons` to expose internal conversion
logic used by Jupiter's `DefaultArgumentConverter` for use in third-party extensions and
test engines.


[[release-notes-5.11.0-M1-junit-jupiter]]
Expand All @@ -38,7 +39,7 @@ JUnit repository on GitHub.

==== Deprecations and Breaking Changes

* Change used Kotlin API and language version from 1.3 to 1.6
* Change used Kotlin API and language version from 1.3 to 1.6.

==== New Features and Improvements

Expand Down

0 comments on commit 4303615

Please sign in to comment.