Skip to content

Commit

Permalink
add changelog entry for #2149 (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneidereit committed May 18, 2021
1 parent 90ac7a8 commit 0531385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/docs/changelog.md
Expand Up @@ -17,6 +17,7 @@ This is a small release which **adds support for Kotlin 1.5** while remaining co
* In data driven tests, added `WithDataTestName` interface which allow a type to modify the test name generated. #2248
* All internal logging now uses lazy functions which offers a significant speed up on large test suites
* Reflection methods are cached to avoid slow reflection calls.
* Added experimental versions of `eventually`, `until`, and `continually` that don't use `kotlin.time` internally. #2149

### 4.5.0 May 2021

Expand Down

0 comments on commit 0531385

Please sign in to comment.