Skip to content

Commit 614e46b

Browse files
committed
Polish Release Notes
1 parent c8a49a0 commit 614e46b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ repository on GitHub.
2323
[[release-notes-5.4.0-RC1-junit-platform]]
2424
=== JUnit Platform
2525

26-
==== Bug Fixes
27-
28-
* ❓
29-
3026
==== Deprecations and Breaking Changes
3127

3228
* `TestPlan.add(TestIdentifier)` has always been considered _internal_ and is now
@@ -58,15 +54,15 @@ repository on GitHub.
5854

5955
==== Bug Fixes
6056

57+
* Additional overloaded variants of the `assertEquals()` und `assertNotEquals()` methods
58+
in `Assertions` that solve Groovy method dispatch problems caused by overloaded variants
59+
introduced in 5.4 M1.
6160
* `@RegisterExtension` fields that are `null` when evaluated are no longer silently
6261
ignored. Instead, the corresponding test class or test method now fails with an
6362
informative exception.
6463
* `@ParameterizedTest` once again supports `MessageFormat` patterns for individual
6564
parameters -- for example, `+{0,number,#.##}+`.
6665

67-
* More overloaded `assertEquals()` und `assertNotEquals()` methods solve Groovy method
68-
dispatch problems.
69-
7066
==== Deprecations and Breaking Changes
7167

7268
* The `ParentDirProvider` strategy in the `TempDirectory` extension introduced in 5.4 M1

0 commit comments

Comments
 (0)