Skip to content

Commit abc324e

Browse files
committed
Move release note entry for #4974
1 parent 7ae31c0 commit abc324e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.14.0-RC1.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ repository on GitHub.
6666
[[release-notes-5.14.0-RC1-junit-vintage-deprecations-and-breaking-changes]]
6767
==== Deprecations and Breaking Changes
6868

69-
* ❓
69+
* `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
70+
`org.junit.jupiter.params.ParameterInfo`.
7071

7172
[[release-notes-5.14.0-RC1-junit-vintage-new-features-and-improvements]]
7273
==== New Features and Improvements

documentation/src/docs/asciidoc/release-notes/release-notes-6.0.0.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
288288
* The `publishFile(...)` method in `ExtensionContext` which accepts an
289289
`org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of a new variant
290290
which accepts an `org.junit.jupiter.api.MediaType`.
291-
* `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
292-
`org.junit.jupiter.params.ParameterInfo`.
293291

294292
[[release-notes-6.0.0-junit-jupiter-new-features-and-improvements]]
295293
==== New Features and Improvements

0 commit comments

Comments
 (0)