Skip to content

Commit be4afe3

Browse files
committed
Move release note entry for #4978
1 parent 4793c63 commit be4afe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.14.0-RC1.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ repository on GitHub.
4040
* To help diagnosing potentially invalid invocations, the Console Launcher now logs
4141
warnings for nonexistent classpath roots added via `--classpath` or `--scan-classpath`
4242
rather than silently ignoring them.
43+
* New `FileSource.withPosition(FilePosition)` method to avoid the overhead of redundant
44+
canonicalization of files when using `FileSource.from(File, FilePosition)` with many
45+
different `FilePosition` instances for the same `File`.
4346

4447

4548
[[release-notes-5.14.0-RC1-junit-jupiter]]

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
190190
* New classpath resource abstraction in `org.junit.platform.commons.io.Resource` with
191191
support for loading resources or finding them on the classpath via static utility
192192
methods in the new `org.junit.platform.commons.support.ResourceSupport` class.
193-
* New `FileSource.withPosition(FilePosition)` method to avoid the overhead of redundant
194-
canonicalization of files when using `FileSource.from(File, FilePosition)` with many
195-
different `FilePosition` instances for the same `File`.
196193

197194

198195
[[release-notes-6.0.0-junit-jupiter]]

0 commit comments

Comments
 (0)