Skip to content

Commit

Permalink
Document #382 in Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 30, 2016
1 parent 211df2c commit f251602
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions documentation/src/docs/asciidoc/release-notes-5.0.0-M3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ on GitHub.
or maps of configuration parameters.
* Filters for class name, engine IDs, and tags in the Gradle plugin configuration now need to be
wrapped in a `filters` extension element (see <<running-tests-build-gradle-filters>>).
* The Surefire provider now supports filtering by tags using one of the following parameters:
- include: `groups`/`includeTags`
- exclude: `excludedGroups`/`excludeTags`
* The Surefire provider is now licensed under the Apache License v2.0.


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


[[release-notes-5.0.0-m3-junit-jupiter]]
Expand Down

0 comments on commit f251602

Please sign in to comment.