Skip to content

Commit c37b179

Browse files
committed
Finalize 5.11.1 release notes
1 parent a7b1c49 commit c37b179

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[[release-notes-5.11.1]]
22
== 5.11.1
33

4-
*Date of Release:*
4+
*Date of Release:* September 25, 2024
55

6-
*Scope:* minor bug fixes and improvements since 5.11.0
6+
*Scope:* Bug fixes and enhancements since 5.11.0
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
99
link:{junit5-repo}+/milestone/79?closed=1+[5.11.1] milestone page in the JUnit repository
@@ -16,19 +16,14 @@ on GitHub.
1616
[[release-notes-5.11.1-junit-platform-bug-fixes]]
1717
==== Bug Fixes
1818

19+
* Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
20+
variable is available.
1921
* `NamespacedHierarchicalStore` no longer throws an exception after it has been closed if
2022
the store is queried via one of the `get(...)` or `getOrComputeIfAbsent(...)` methods;
2123
however, if a `getOrComputeIfAbsent(...)` invocation results in the computation of a new
2224
value, an exception will still be thrown.
2325
* Fixed potential locking issue with `ExclusiveResource` in the
2426
`HierarchicalTestExecutorService`, which could lead to deadlocks in certain scenarios.
25-
* Fix support for disabling ANSI colors on the console when the `NO_COLOR` environment
26-
variable is available.
27-
28-
[[release-notes-5.11.1-junit-platform-deprecations-and-breaking-changes]]
29-
==== Deprecations and Breaking Changes
30-
31-
* ❓
3227

3328
[[release-notes-5.11.1-junit-platform-new-features-and-improvements]]
3429
==== New Features and Improvements
@@ -47,11 +42,6 @@ on GitHub.
4742
* `TestWatcher` callback methods can once again access data in the
4843
`ExtensionContext.Store`.
4944

50-
[[release-notes-5.11.1-junit-jupiter-deprecations-and-breaking-changes]]
51-
==== Deprecations and Breaking Changes
52-
53-
* ❓
54-
5545
[[release-notes-5.11.1-junit-jupiter-new-features-and-improvements]]
5646
==== New Features and Improvements
5747

@@ -62,17 +52,4 @@ on GitHub.
6252
[[release-notes-5.11.1-junit-vintage]]
6353
=== JUnit Vintage
6454

65-
[[release-notes-5.11.1-junit-vintage-bug-fixes]]
66-
==== Bug Fixes
67-
68-
* ❓
69-
70-
[[release-notes-5.11.1-junit-vintage-deprecations-and-breaking-changes]]
71-
==== Deprecations and Breaking Changes
72-
73-
* ❓
74-
75-
[[release-notes-5.11.1-junit-vintage-new-features-and-improvements]]
76-
==== New Features and Improvements
77-
78-
* ❓
55+
No changes.

0 commit comments

Comments
 (0)