Skip to content

Commit 0b592ce

Browse files
committed
Finalize release notes
1 parent deb9447 commit 0b592ce

File tree

1 file changed

+10
-26
lines changed

1 file changed

+10
-26
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-M1.adoc

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[[release-notes-5.13.0-M1]]
22
== 5.13.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* March 21, 2025
55

6-
*Scope:* ❓
6+
*Scope:*
7+
8+
* Introduce `@ClassTemplate` and `@ParameterizedClass` support in JUnit Jupiter
9+
* Access to `ParameterInfo` for JUnit Jupiter extensions
10+
* New `@SentenceFragment` annotation for use with `IndicativeSentences` display name generator
11+
* Add `--redirect-stdout` and `--redirect-stderr` options to `ConsoleLauncher`
12+
* Introduce test _discovery_ support in `EngineTestKit`
13+
* Bug fixes and other minor improvements
714

815
For a complete list of all _closed_ issues and pull requests for this release, consult the
916
link:{junit5-repo}+/milestone/85?closed=1+[5.13.0-M1] milestone page in the JUnit
@@ -19,11 +26,6 @@ repository on GitHub.
1926
* Notify `LauncherDiscoveryListener` implementation registered via `LaucherConfig` or on
2027
the `Launcher` of `selectorProcessed` events.
2128

22-
[[release-notes-5.13.0-M1-junit-platform-deprecations-and-breaking-changes]]
23-
==== Deprecations and Breaking Changes
24-
25-
* ❓
26-
2729
[[release-notes-5.13.0-M1-junit-platform-new-features-and-improvements]]
2830
==== New Features and Improvements
2931

@@ -55,11 +57,6 @@ repository on GitHub.
5557
* `AutoCloseable` arguments returned by an `ArgumentsProvider` are now closed even if a
5658
failure happens prior to invoking the parameterized method.
5759

58-
[[release-notes-5.13.0-M1-junit-jupiter-deprecations-and-breaking-changes]]
59-
==== Deprecations and Breaking Changes
60-
61-
* ❓
62-
6360
[[release-notes-5.13.0-M1-junit-jupiter-new-features-and-improvements]]
6461
==== New Features and Improvements
6562

@@ -101,17 +98,4 @@ repository on GitHub.
10198
[[release-notes-5.13.0-M1-junit-vintage]]
10299
=== JUnit Vintage
103100

104-
[[release-notes-5.13.0-M1-junit-vintage-bug-fixes]]
105-
==== Bug Fixes
106-
107-
* ❓
108-
109-
[[release-notes-5.13.0-M1-junit-vintage-deprecations-and-breaking-changes]]
110-
==== Deprecations and Breaking Changes
111-
112-
* ❓
113-
114-
[[release-notes-5.13.0-M1-junit-vintage-new-features-and-improvements]]
115-
==== New Features and Improvements
116-
117-
* ❓
101+
No changes.

0 commit comments

Comments
 (0)