Skip to content

Commit

Permalink
Update M3 release notes
Browse files Browse the repository at this point in the history
Issue: #442
  • Loading branch information
sbrannen committed Aug 25, 2016
1 parent 54b53e1 commit a20c17c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/src/docs/asciidoc/release-notes-5.0.0-M3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ on GitHub.
* `MethodSelector` and `DiscoverySelectors.selectMethod()` have been renamed to
`JavaMethodSelector` and `DiscoverySelectors.selectJavaMethod()` to align with
`JavaMethodSource`.
* Generic name-based discovery selectors (i.e., `selectName()` and `selectNames()`) in
`DiscoverySelectors` have been deprecated in favor of the dedicated
`selectJavaPackage(String)`, `selectJavaClass(String)`, and `selectJavaMethod(String)` methods.
* The `-p` command-line option for configuring additional classpath entries for the
`ConsoleLauncher` has been renamed to `-cp` in order to align with the option names for
the standard `java` executable. In addition, a new `--class-path` alias has been
Expand Down Expand Up @@ -81,6 +84,7 @@ on GitHub.

* The `JupiterTestEngine` now supports selection of test methods via their unique ID for
methods that accept arrays or primitive types as parameters.
* `ExtensionContext.Store` is now thread-safe.

====== New Features

Expand Down

0 comments on commit a20c17c

Please # to comment.