Skip to content

Commit 88bf48d

Browse files
committed
Prepare release notes for 5.9.1
1 parent d75e34d commit 88bf48d

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[[release-notes-5.9.1]]
22
== 5.9.1
33

4-
*Date of Release:*
4+
*Date of Release:* September 20, 2022
55

6-
*Scope:* Minor enhancements and bug fixes since 5.9.0
6+
*Scope:*
7+
8+
* New `@EnabledInNativeImage` and `@DisabledInNativeImage` annotations for testing in
9+
GraalVM native images.
10+
* Minor bug fixes and enhancements since 5.9.0
711

812
For a complete list of all _closed_ issues and pull requests for this release, consult the
913
link:{junit5-repo}+/milestone/63?closed=1+[5.9.1] milestone page in the JUnit repository
@@ -19,14 +23,6 @@ on GitHub.
1923
* Execution in GraalVM native images no longer requires `--initialize-at-build-time` for
2024
`OpenTestReportGeneratingListener`.
2125

22-
==== Deprecations and Breaking Changes
23-
24-
* ❓
25-
26-
==== New Features and Improvements
27-
28-
* ❓
29-
3026

3127
[[release-notes-5.9.1-junit-jupiter]]
3228
=== JUnit Jupiter
@@ -45,26 +41,13 @@ on GitHub.
4541
* Assertion failures thrown from methods with applied timeouts using `ThreadMode.SEPARATE`
4642
are now properly reported.
4743

48-
==== Deprecations and Breaking Changes
49-
50-
* ❓
51-
5244
==== New Features and Improvements
5345

5446
* New `@EnabledInNativeImage` and `@DisabledInNativeImage` annotations for enabling and
5547
disabling tests within a GraalVM native image.
5648

49+
5750
[[release-notes-5.9.1-junit-vintage]]
5851
=== JUnit Vintage
5952

60-
==== Bug Fixes
61-
62-
* ❓
63-
64-
==== Deprecations and Breaking Changes
65-
66-
* ❓
67-
68-
==== New Features and Improvements
69-
70-
* ❓
53+
No changes.

0 commit comments

Comments
 (0)