Skip to content

Commit

Permalink
Move release note to correct section
Browse files Browse the repository at this point in the history
Issue: #1002
  • Loading branch information
sbrannen committed Aug 4, 2017
1 parent c9ddcb1 commit 440ce27
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions documentation/src/docs/asciidoc/release-notes-5.0.0-RC3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ on GitHub.

* Source JARs no longer contain every source file twice.

===== Deprecations and Breaking Changes

* Revert change introduced in RC1: Test classes written in the Kotlin programming language
are now executed with the same default test instance lifecycle mode as Java classes
again ("per-method").


[[release-notes-5.0.0-rc3-junit-jupiter]]
==== JUnit Jupiter
Expand All @@ -37,6 +31,9 @@ on GitHub.

===== Deprecations and Breaking Changes

* Revert change introduced in RC1: test classes written in the Kotlin programming
language are now executed with the same default test instance lifecycle mode as Java
classes again (i.e., "per-method").
* The `junit.conditions.deactivate` configuration parameter has been renamed to
`junit.jupiter.conditions.deactivate`.
* The `junit.extensions.autodetection.enabled` configuration parameter has been renamed
Expand Down

0 comments on commit 440ce27

Please sign in to comment.