Skip to content

Commit ffa104e

Browse files
authored
Add assertIterableEquals overflow fix
Issue #2157
1 parent df10b04 commit ffa104e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ milestone pages in the JUnit repository on GitHub.
4343
handles events from multiple levels of nested classes.
4444
* Module `org.junit.platform.launcher` now reads `java.logging` due to usage of types in
4545
package `java.util.logging`.
46+
* Method `assertIterableEquals()` in `Assertions` no longer throws a `StackOverflowError`
47+
when comparing iterables with components that themselves implement `Iterable`.
4648

4749
==== Deprecations and Breaking Changes
4850

0 commit comments

Comments
 (0)