Skip to content

Commit

Permalink
Clarify that ConstantNow is moved to a new module
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed May 3, 2023
1 parent ee33820 commit 3ae94aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion documentation/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ slug: changelog.html
** Note this release bumps the minimum required version of Kotlin to 1.8.0. **
** If you are using < 1.8.0 you can continue to use Kotest 5.5.x **

### Breaking change:
### Breaking changes:

* Moved `ConstantNow`-related functions to a new module named `io.kotest:kotest-extensions-now` (remember to add -jvm suffix for Maven)
* Add this module as a dependency to keep using `withConstantNow`
* Remove Iterable checking logic from IterableEq (#3420)

### Fixes
Expand Down
4 changes: 3 additions & 1 deletion documentation/versioned_docs/version-5.6/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ slug: changelog.html
** Note this release bumps the minimum required version of Kotlin to 1.8.0. **
** If you are using < 1.8.0 you can continue to use Kotest 5.5.x **

### Breaking change:
### Breaking changes:

* Moved `ConstantNow`-related functions to a new module named `io.kotest:kotest-extensions-now` (remember to add -jvm suffix for Maven)
* Add this module as a dependency to keep using `withConstantNow`
* Remove Iterable checking logic from IterableEq (#3420)

### Fixes
Expand Down

0 comments on commit 3ae94aa

Please sign in to comment.