Skip to content

Commit

Permalink
Rename 5.11.0-M3 release notes to 5.11.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jul 8, 2024
1 parent 5252c24 commit 8d59281
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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 @@ -17,7 +17,7 @@ authors as well as build tool and IDE vendors.

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

include::{basedir}/release-notes-5.11.0-M3.adoc[]
include::{basedir}/release-notes-5.11.0-RC1.adoc[]

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
[[release-notes-5.11.0-M3]]
== 5.11.0-M3
[[release-notes-5.11.0-RC1]]
== 5.11.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/77?closed=1+[5.11.0-M3] milestone page in the JUnit
link:{junit5-repo}+/milestone/77?closed=1+[5.11.0-RC1] milestone page in the JUnit
repository on GitHub.


[[release-notes-5.11.0-M3-junit-platform]]
[[release-notes-5.11.0-RC1-junit-platform]]
=== JUnit Platform

[[release-notes-5.11.0-M3-junit-platform-bug-fixes]]
[[release-notes-5.11.0-RC1-junit-platform-bug-fixes]]
==== Bug Fixes

* ❓

[[release-notes-5.11.0-M3-junit-platform-deprecations-and-breaking-changes]]
[[release-notes-5.11.0-RC1-junit-platform-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes

* ❓

[[release-notes-5.11.0-M3-junit-platform-new-features-and-improvements]]
[[release-notes-5.11.0-RC1-junit-platform-new-features-and-improvements]]
==== New Features and Improvements

* New `rootCause()` condition in `TestExecutionResultConditions` that matches if an
exception's _root_ cause matches all supplied conditions, for use with the
`EngineTestKit`.


[[release-notes-5.11.0-M3-junit-jupiter]]
[[release-notes-5.11.0-RC1-junit-jupiter]]
=== JUnit Jupiter

[[release-notes-5.11.0-M3-junit-jupiter-bug-fixes]]
[[release-notes-5.11.0-RC1-junit-jupiter-bug-fixes]]
==== Bug Fixes

* ❓

[[release-notes-5.11.0-M3-junit-jupiter-deprecations-and-breaking-changes]]
[[release-notes-5.11.0-RC1-junit-jupiter-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes

* ❓

[[release-notes-5.11.0-M3-junit-jupiter-new-features-and-improvements]]
[[release-notes-5.11.0-RC1-junit-jupiter-new-features-and-improvements]]
==== New Features and Improvements

* New `argumentSet()` factory method for providing a custom name for an entire set of
Expand All @@ -56,20 +56,20 @@ repository on GitHub.
`assertInstanceOf` methods introduced in `5.8` version.


[[release-notes-5.11.0-M3-junit-vintage]]
[[release-notes-5.11.0-RC1-junit-vintage]]
=== JUnit Vintage

[[release-notes-5.11.0-M3-junit-vintage-bug-fixes]]
[[release-notes-5.11.0-RC1-junit-vintage-bug-fixes]]
==== Bug Fixes

* ❓

[[release-notes-5.11.0-M3-junit-vintage-deprecations-and-breaking-changes]]
[[release-notes-5.11.0-RC1-junit-vintage-deprecations-and-breaking-changes]]
==== Deprecations and Breaking Changes

* ❓

[[release-notes-5.11.0-M3-junit-vintage-new-features-and-improvements]]
[[release-notes-5.11.0-RC1-junit-vintage-new-features-and-improvements]]
==== New Features and Improvements

* ❓

0 comments on commit 8d59281

Please sign in to comment.