Skip to content

Commit 2518198

Browse files
committed
Document #294 in Release Notes
1 parent 1732481 commit 2518198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/src/docs/asciidoc/release-notes-5.0.0-M3.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ on GitHub.
141141
* Support for lazy and preemptive _timeouts_ with lambda expressions in `Assertions`. See
142142
examples in <<writing-tests-assertions,`AssertionsDemo`>> and consult the
143143
`{Assertions}` Javadoc for further details.
144+
* New `assertIterableEquals()` assertion that checks that two Iterables are deeply equal (see
145+
Javadoc for details).
144146
* New variants of `Assertions.assertAll()` that accept streams of executables (i.e.,
145147
`Stream<Executable>`).
146148
* `Assertions.assertThrows()` now returns the thrown exception.

0 commit comments

Comments
 (0)