Skip to content

Commit

Permalink
Prepare 5.8.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Sep 19, 2021
1 parent 34217e4 commit 5eca40d
Showing 1 changed file with 7 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[[release-notes-5.8.1]]
== 5.8.1

*Date of Release:*
*Date of Release:* September ❓, 2021

*Scope:* Bug fixes since 5.8.0
*Scope:*

* JDK 17 support for _text blocks_ in `@CsvSource`
* JDK 18 support in the `JRE` enum
* Access to the `ExecutionMode` in the `ExtensionContext`
* Minor bug fixes and enhancements since 5.8.0

For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/59?closed=1+[5.8.1] milestone page in the JUnit repository on
Expand All @@ -13,10 +18,6 @@ GitHub.
[[release-notes-5.8.1-junit-platform]]
=== JUnit Platform

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* `@UseTechnicalNames` has been deprecated in favor of the new `@Suite` support which does
Expand All @@ -33,14 +34,6 @@ GitHub.
[[release-notes-5.8.1-junit-jupiter]]
=== JUnit Jupiter

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* `JAVA_18` has been added to the `JRE` enum for use with JRE-based execution conditions.
Expand All @@ -59,11 +52,3 @@ GitHub.

* Relaxed version constraint in published Gradle Module Metadata to allow downgrading the
`junit:junit` dependency from 4.13.2.

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* ❓

0 comments on commit 5eca40d

Please sign in to comment.