Skip to content

Commit

Permalink
Prepare release notes for 5.8 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Aug 17, 2021
1 parent 8b5387c commit ffebb54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
2 changes: 1 addition & 1 deletion documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors as well as build tool and IDE vendors.

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

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[[release-notes-5.8.0-M2]]
== 5.8.0-M2
[[release-notes-5.8.0-RC1]]
== 5.8.0-RC1

*Date of Release:* ❓

*Scope:* ❓

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


[[release-notes-5.8.0-M2-general-improvements]]
[[release-notes-5.8.0-RC1-general-improvements]]
=== General improvements

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


[[release-notes-5.8.0-M2-junit-platform]]
[[release-notes-5.8.0-RC1-junit-platform]]
=== JUnit Platform

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

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

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


[[release-notes-5.8.0-M2-junit-jupiter]]
[[release-notes-5.8.0-RC1-junit-jupiter]]
=== JUnit Jupiter

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

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

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


[[release-notes-5.8.0-M2-junit-vintage]]
[[release-notes-5.8.0-RC1-junit-vintage]]
=== JUnit Vintage

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* ❓
No changes

0 comments on commit ffebb54

Please sign in to comment.