Skip to content

Commit ffebb54

Browse files
committed
Prepare release notes for 5.8 RC1
1 parent 8b5387c commit ffebb54

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

documentation/src/docs/asciidoc/release-notes/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors as well as build tool and IDE vendors.
1616

1717
include::{includedir}/link-attributes.adoc[]
1818

19-
include::{basedir}/release-notes-5.8.0-M2.adoc[]
19+
include::{basedir}/release-notes-5.8.0-RC1.adoc[]
2020

2121
include::{basedir}/release-notes-5.8.0-M1.adoc[]
2222

documentation/src/docs/asciidoc/release-notes/release-notes-5.8.0-M2.adoc renamed to documentation/src/docs/asciidoc/release-notes/release-notes-5.8.0-RC1.adoc

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
[[release-notes-5.8.0-M2]]
2-
== 5.8.0-M2
1+
[[release-notes-5.8.0-RC1]]
2+
== 5.8.0-RC1
33

44
*Date of Release:* ❓
55

66
*Scope:* ❓
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
9-
link:{junit5-repo}+/milestone/55?closed=1+[5.8 M2] milestone page in the JUnit repository
9+
link:{junit5-repo}+/milestone/55?closed=1+[5.8 RC1] milestone page in the JUnit repository
1010
on GitHub.
1111

1212

13-
[[release-notes-5.8.0-M2-general-improvements]]
13+
[[release-notes-5.8.0-RC1-general-improvements]]
1414
=== General improvements
1515

1616
* The API Guardian dependency is now exported as a compile-only dependency for consuming
@@ -19,7 +19,7 @@ on GitHub.
1919
noise" on the console when Java's Util Logging is used in its default configuration.
2020

2121

22-
[[release-notes-5.8.0-M2-junit-platform]]
22+
[[release-notes-5.8.0-RC1-junit-platform]]
2323
=== JUnit Platform
2424

2525
==== Bug Fixes
@@ -28,10 +28,6 @@ on GitHub.
2828
suite. This applies to `@Suite` classes running via the `SuiteTestEngine` and suite
2929
classes running via the `JUnitPlatform` `Runner`.
3030

31-
==== Deprecations and Breaking Changes
32-
33-
* ❓
34-
3531
==== New Features and Improvements
3632

3733
* New `findAnnotation(Class,Class,SearchOption)` method in `AnnotationSupport` that
@@ -63,7 +59,7 @@ on GitHub.
6359
`@DisableParentConfigurationParameters` annotation.
6460

6561

66-
[[release-notes-5.8.0-M2-junit-jupiter]]
62+
[[release-notes-5.8.0-RC1-junit-jupiter]]
6763
=== JUnit Jupiter
6864

6965
==== Bug Fixes
@@ -81,10 +77,6 @@ on GitHub.
8177
* Exceptions thrown from instances of `CloseableResource` no longer hide test failures but
8278
are instead reported as suppressed exceptions.
8379

84-
==== Deprecations and Breaking Changes
85-
86-
* ❓
87-
8880
==== New Features and Improvements
8981

9082
* New `assertThrowsExactly()` method in `Assertions` which is a more strict version of
@@ -113,17 +105,7 @@ on GitHub.
113105
arguments at the end of the test. This attribute defaults to true.
114106

115107

116-
[[release-notes-5.8.0-M2-junit-vintage]]
108+
[[release-notes-5.8.0-RC1-junit-vintage]]
117109
=== JUnit Vintage
118110

119-
==== Bug Fixes
120-
121-
* ❓
122-
123-
==== Deprecations and Breaking Changes
124-
125-
* ❓
126-
127-
==== New Features and Improvements
128-
129-
* ❓
111+
No changes

0 commit comments

Comments
 (0)