Skip to content

Commit 6b76e13

Browse files
committed
Document #997 in Release Notes
1 parent a8fc9a2 commit 6b76e13

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[[release-notes-5.0.0-rc2]]
2+
=== 5.0.0-RC2
3+
4+
*Date of Release:* July 30, 2017
5+
6+
*Scope:* Fix Gradle consumption of `junit-jupiter-engine`
7+
8+
WARNING: This is a pre-release and contains a few breaking changes. Please refer to the
9+
<<running-tests-ide-intellij-idea,instructions>> above to use this version in a version of
10+
IntelliJ IDEA that bundles an older milestone release.
11+
12+
For a complete list of all _closed_ issues and pull requests for this release, consult the
13+
link:{junit5-repo}+/milestone/12?closed=1+[5.0 RC2] milestone page in the JUnit repository
14+
on GitHub.
15+
16+
17+
[[release-notes-5.0.0-rc2-junit-platform]]
18+
==== JUnit Platform
19+
20+
No changes.
21+
22+
23+
[[release-notes-5.0.0-rc2-junit-jupiter]]
24+
==== JUnit Jupiter
25+
26+
===== Bug Fixes
27+
28+
* Fix invalid POM of `junit-jupiter-engine` by excluding `test` scope dependencies.
29+
30+
31+
[[release-notes-5.0.0-rc2-junit-vintage]]
32+
==== JUnit Vintage
33+
34+
No changes.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ include::release-notes-5.0.0-M6.adoc[]
1919

2020
include::release-notes-5.0.0-RC1.adoc[]
2121

22+
include::release-notes-5.0.0-RC2.adoc[]
23+
2224
:numbered:

0 commit comments

Comments
 (0)