From c37b179f74e06ddaa7a86d82ff4ea2a8d04a0ea9 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Tue, 24 Sep 2024 15:02:13 +0200 Subject: [PATCH] Finalize 5.11.1 release notes --- .../release-notes/release-notes-5.11.1.adoc | 33 +++---------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.1.adoc index e1e795b27d2d..4160643efd34 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.1.adoc @@ -1,9 +1,9 @@ [[release-notes-5.11.1]] == 5.11.1 -*Date of Release:* ❓ +*Date of Release:* September 25, 2024 -*Scope:* minor bug fixes and improvements since 5.11.0 +*Scope:* Bug fixes and enhancements since 5.11.0 For a complete list of all _closed_ issues and pull requests for this release, consult the link:{junit5-repo}+/milestone/79?closed=1+[5.11.1] milestone page in the JUnit repository @@ -16,19 +16,14 @@ on GitHub. [[release-notes-5.11.1-junit-platform-bug-fixes]] ==== Bug Fixes +* Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment + variable is available. * `NamespacedHierarchicalStore` no longer throws an exception after it has been closed if the store is queried via one of the `get(...)` or `getOrComputeIfAbsent(...)` methods; however, if a `getOrComputeIfAbsent(...)` invocation results in the computation of a new value, an exception will still be thrown. * Fixed potential locking issue with `ExclusiveResource` in the `HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios. -* Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment - variable is available. - -[[release-notes-5.11.1-junit-platform-deprecations-and-breaking-changes]] -==== Deprecations and Breaking Changes - -* ❓ [[release-notes-5.11.1-junit-platform-new-features-and-improvements]] ==== New Features and Improvements @@ -47,11 +42,6 @@ on GitHub. * `TestWatcher` callback methods can once again access data in the `ExtensionContext.Store`. -[[release-notes-5.11.1-junit-jupiter-deprecations-and-breaking-changes]] -==== Deprecations and Breaking Changes - -* ❓ - [[release-notes-5.11.1-junit-jupiter-new-features-and-improvements]] ==== New Features and Improvements @@ -62,17 +52,4 @@ on GitHub. [[release-notes-5.11.1-junit-vintage]] === JUnit Vintage -[[release-notes-5.11.1-junit-vintage-bug-fixes]] -==== Bug Fixes - -* ❓ - -[[release-notes-5.11.1-junit-vintage-deprecations-and-breaking-changes]] -==== Deprecations and Breaking Changes - -* ❓ - -[[release-notes-5.11.1-junit-vintage-new-features-and-improvements]] -==== New Features and Improvements - -* ❓ +No changes.