Skip to content

Commit 2afe30a

Browse files
committed
Finalize 5.9.3 release notes
1 parent 8116548 commit 2afe30a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.9.3]]
22
== 5.9.3
33

4-
*Date of Release:* April , 2023
4+
*Date of Release:* April 26, 2023
55

66
*Scope:* Bug fixes and enhancements since 5.9.2
77

@@ -33,12 +33,12 @@ No changes.
3333
* The search algorithm used to find `@MethodSource` factory methods now applies consistent
3434
semantics for _local_ qualified method names and fully-qualified method names for
3535
overloaded factory methods.
36-
* The `{displayName}` placeholder for `@ParameterizedTest` invocation names is no longer
37-
parsed using `java.text.MessageFormat`. Consequently, any text in the display name of
36+
* The `+{displayName}+` placeholder for `@ParameterizedTest` invocation names is no longer
37+
parsed using `java.text.MessageFormat`.Consequently, any text in the display name of
3838
the `@ParameterizedTest` method will be included unmodified in the invocation display
39-
name. For example, Kotlin method names and custom display names configured via
39+
name.For example, Kotlin method names and custom display names configured via
4040
`@DisplayName` can now contain apostrophes (`'`) as well as text resembling
41-
`MessageFormat` elements such as `{0}` or `{data}`.
41+
`MessageFormat` elements such as `+{0}+` or `+{data}+`.
4242
* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
4343
directory created via `@TempDir` now include the root cause.
4444
* Lifecycle methods are allowed to be declared as `private` again for backwards

0 commit comments

Comments
 (0)