Skip to content

Commit

Permalink
Updated changelog for 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Sep 12, 2020
1 parent 58ecb09 commit 068f8cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


Changelog from 4.2.5 can be found [here](https://kotest.io/changelog/)


#### 4.2.4

* Bugfix: Test time does not scale with number of tests #1685
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
@@ -1,6 +1,16 @@
Changelog
=========


#### 4.2.5

* Bugfix: Fixed regression in shouldBe performance when using iterables/arrays #1707
* Bugfix: Fixed performance issue when using 1000s of tests in gradle #1693
* Feature: Added matchers for pair / triple components 1694
* Feature: Added shouldHaveNameWithoutExtension matcher for files and paths #1696
* Improvement: Added koin lifecycle mode #1710


#### 4.2.4

* Bugfix: Test time does not scale with number of tests #1685
Expand Down

0 comments on commit 068f8cd

Please sign in to comment.