@@ -85,26 +85,6 @@ repository on GitHub.
8585* `MediaType.APPLICATION_JSON_UTF_8` is now deprecated in favor of using
8686 `MediaType.APPLICATION_JSON`, since the industry considers UTF-8 to be the implicit
8787 default encoding for the `application/json` media type.
88-
89- [[release-notes-5.14.0-RC1-junit-jupiter-new-features-and-improvements]]
90- ==== New Features and Improvements
91-
92- * `MediaType` now trims leading and trailing whitespace from a supplied `value`, `type`,
93- or `subtype`.
94- * `MediaType` now eagerly rejects a _blank_ `value`, `type`, or `subtype`.
95-
96-
97- [[release-notes-5.14.0-RC1-junit-vintage]]
98- === JUnit Vintage
99-
100- [[release-notes-5.14.0-RC1-junit-vintage-bug-fixes]]
101- ==== Bug Fixes
102-
103- * ❓
104-
105- [[release-notes-5.14.0-RC1-junit-vintage-deprecations-and-breaking-changes]]
106- ==== Deprecations and Breaking Changes
107-
10888* `org.junit.jupiter.api.extension.MediaType` is now deprecated in favor of the new
10989 `org.junit.jupiter.api.MediaType`.
11090* The `publishFile(...)` methods in `TestReporter` which accept an
@@ -116,7 +96,15 @@ repository on GitHub.
11696* `org.junit.jupiter.params.support.ParameterInfo` is now deprecated in favor of the new
11797 `org.junit.jupiter.params.ParameterInfo`.
11898
119- [[release-notes-5.14.0-RC1-junit-vintage -new-features-and-improvements]]
99+ [[release-notes-5.14.0-RC1-junit-jupiter -new-features-and-improvements]]
120100==== New Features and Improvements
121101
122- * ❓
102+ * `MediaType` now trims leading and trailing whitespace from a supplied `value`, `type`,
103+ or `subtype`.
104+ * `MediaType` now eagerly rejects a _blank_ `value`, `type`, or `subtype`.
105+
106+
107+ [[release-notes-5.14.0-RC1-junit-vintage]]
108+ === JUnit Vintage
109+
110+ No changes.
0 commit comments