Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Aug 10, 2017
1 parent 46a3aff commit 3008b90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/src/docs/asciidoc/release-notes-5.0.0-RC3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ on GitHub.
`junit.jupiter.conditions.deactivate`.
* The `junit.extensions.autodetection.enabled` configuration parameter has been renamed
to `junit.jupiter.extensions.autodetection.enabled`.
* The default, global extension namespace constant in `ExtensionContext` is now named
`Namespace.GLOBAL` instead of `Namespace.DEFAULT`.
* The default `getStore()` method was removed from the `ExtensionContext` interface.
Use the explicit call `getStore(Namespace.GLOBAL)` instead.
* The default, global extension namespace constant in `ExtensionContext` has been renamed
from `Namespace.DEFAULT` to `Namespace.GLOBAL`.
* The default `getStore()` method has been removed from the `ExtensionContext` interface.
To access the global store, use an explicit call to `getStore(Namespace.GLOBAL)` instead.

===== New Features and Improvements

Expand Down

0 comments on commit 3008b90

Please sign in to comment.