From 88179fe2e412fe6de8ad32630da6862f62a55199 Mon Sep 17 00:00:00 2001 From: Ale Mendoza Date: Sun, 23 Apr 2023 13:29:46 -0600 Subject: [PATCH] Add release note entry for issue #3235 --- .../docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc index 219e35a4352..f5fb51eab01 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc @@ -58,6 +58,9 @@ repository on GitHub. `@MethodSource("myFactory([Ljava.lang.String;)`. * Exceptions thrown for undeletable files when cleaning up a temporary directory created via `@TempDir` now include the root cause. +* The `{displayName}` placeholder of `@ParameterizedTest` is no longer parsed during the + evaluation of the `MessageFormat`, now `@DisplayName` and Kotlin method names can contain + single apostrophes and `MessageFormat` elements, such as `{data}`. ==== Deprecations and Breaking Changes