From 9c75f03585903dca0d19718a9d0fa0960437a80e Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Wed, 22 Dec 2021 15:36:46 +0300 Subject: [PATCH] Update changelog to take #3107 into account --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e771391d9a..a7115ac74f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## Version 1.6.0 -Note that this is a full changelog relative to 1.5.2 version. Changelog relative to 1.6.0-RC3 can be found in the end. +Note that this is a full changelog relative to the 1.5.2 version. Changelog relative to 1.6.0-RC3 can be found at the end. ### kotlinx-coroutines-test rework @@ -25,6 +25,7 @@ Note that this is a full changelog relative to 1.5.2 version. Changelog relative * `Dispatchers.Main` is now used as the default source of time for `delay` and `withTimeout` when present(#2972). * To opt-out from this behaviour, `kotlinx.coroutines.main.delay` system property can be set to `false`. * Java target of coroutines build is now 8 instead of 6 (#1589). +* **Source-breaking change**: extension `collect` no longer resolves when used with non-in-place argument of a functional type. This is a candidate for fix uncovered after 1.6.0, see #3107 for the additional details. ### Bug fixes and improvements