Skip to content

Commit

Permalink
Updated changelog for 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed May 18, 2021
1 parent b7eeb32 commit 1b62d97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ sidebar_label: Changelog
slug: changelog.html
---

### [Unreleased]
### 4.6.0 May 2021

This is a small release which **adds support for Kotlin 1.5** while remaining compatible with Kotlin 1.4.x

#### Bugfixes.

* Fixed false negative results by Inspectors when used inside assertSoftly. #2245

#### Features / Improvement
Expand All @@ -18,6 +19,8 @@ This is a small release which **adds support for Kotlin 1.5** while remaining co
* 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
* Coroutines upgraded to 1.5 which also allows us to release assertions/property tests for watchosX64
* WatchosX64 artifacts released for assertions and property tests.

### 4.5.0 May 2021

Expand Down

0 comments on commit 1b62d97

Please sign in to comment.