From adc203f2037f94ef5fdbb4d36a32648d56a609df Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Tue, 8 Oct 2024 10:44:39 +0200 Subject: [PATCH] Replace twice-used 'support' with 'allow' --- .../docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc index fe7125ac15c3..252a95e7b4ee 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc @@ -30,7 +30,7 @@ JUnit repository on GitHub. * Introduce `ReflectionSupport.makeAccessible(Field)` for third-party use rather than calling the internal `ReflectionUtils.makeAccessible(Field)` method directly. * Support both the primitive type `void` and the wrapper type `Void` in the internal - `ReflectionUtils` to support `String` to `Class` conversion in parameterized tests. + `ReflectionUtils` to allow `String` to `Class` conversion in parameterized tests. [[release-notes-5.12.0-M1-junit-jupiter]]