File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Chri
77:numbered!:
88//
99
10- This document contains the _change log_ for all JUnit 5 releases since 5.3 GA.
10+ This document contains the _change log_ for all JUnit 5 releases since 5.2 GA.
1111
1212Please refer to the <<../user-guide/index.adoc#user-guide,User Guide>> for comprehensive
1313reference documentation for programmers writing tests, extension authors, and engine
@@ -18,3 +18,5 @@ include::../link-attributes.adoc[]
1818include::release-notes-5.3.1.adoc[]
1919
2020include::release-notes-5.3.0.adoc[]
21+
22+ include::release-notes-5.2.0.adoc[]
Original file line number Diff line number Diff line change 1+ [[release-notes-5.2.0]]
2+ == 5.2.0
3+
4+ *Date of Release:* April 29, 2018
5+
6+ *Scope:* JUnit BOM, support for Maven Surefire 2.21.0 allowing builds with Java 9 and
7+ Java 10, _argument aggregation_ and _widening primitive conversion_ for arguments in
8+ parameterized tests, external factory methods for `@MethodSource`, as well as various
9+ minor improvements and bug fixes.
10+
11+ For complete details consult the
12+ https://junit.org/junit5/docs/5.2.0/release-notes/index.html[5.2.0 Release Notes] online.
You can’t perform that action at this time.
0 commit comments