From 92aedbb8f899e291ffc5754e29d88798f4a87942 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 19 Sep 2021 18:40:23 +0200 Subject: [PATCH] Prepare 5.8.1 release notes --- .../release-notes/release-notes-5.8.1.adoc | 29 +++++-------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.8.1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.8.1.adoc index b19929b5ebb2..821182b8e7ea 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.8.1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.8.1.adoc @@ -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 @@ -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 @@ -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. @@ -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 - -* ❓