Skip to content

Commit

Permalink
Finalize 5.11.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 24, 2024
1 parent a7b1c49 commit c37b179
Showing 1 changed file with 5 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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.

0 comments on commit c37b179

Please sign in to comment.