Skip to content

Commit f251602

Browse files
committed
Document #382 in Release Notes
1 parent 211df2c commit f251602

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ on GitHub.
6262
or maps of configuration parameters.
6363
* Filters for class name, engine IDs, and tags in the Gradle plugin configuration now need to be
6464
wrapped in a `filters` extension element (see <<running-tests-build-gradle-filters>>).
65-
* The Surefire provider now supports filtering by tags using one of the following parameters:
66-
- include: `groups`/`includeTags`
67-
- exclude: `excludedGroups`/`excludeTags`
68-
* The Surefire provider is now licensed under the Apache License v2.0.
6965

7066

7167
===== New Features
@@ -113,6 +109,11 @@ on GitHub.
113109
https://pholser.github.io/jopt-simple/[JOpt Simple]. Thus, it's now possible to test custom
114110
code that uses a different version of that library.
115111
* Classpath scanning now supports JAR files.
112+
* The Surefire provider now supports forking.
113+
* The Surefire provider now supports filtering by tags using one of the following parameters:
114+
- include: `groups`/`includeTags`
115+
- exclude: `excludedGroups`/`excludeTags`
116+
* The Surefire provider is now licensed under the Apache License v2.0.
116117

117118

118119
[[release-notes-5.0.0-m3-junit-jupiter]]

0 commit comments

Comments
 (0)