From fa46a92fc5b31139ae84660c74160eea95de4c85 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Tue, 8 Oct 2024 12:35:32 +0200 Subject: [PATCH] Hard-wrap at 90 characters --- .../docs/asciidoc/release-notes/release-notes-5.11.3.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.3.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.3.adoc index 98c2238e5025..63fb2973d97b 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.3.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.3.adoc @@ -35,9 +35,8 @@ on GitHub. [[release-notes-5.11.3-junit-jupiter-bug-fixes]] ==== Bug Fixes -* Extensions can once again be registered via multiple `@ExtendWith` - meta-annotations on the same composed annotation on a field within a - test class. +* Extensions can once again be registered via multiple `@ExtendWith` meta-annotations on + the same composed annotation on a field within a test class. [[release-notes-5.11.3-junit-jupiter-deprecations-and-breaking-changes]]