Skip to content

Commit 67caffe

Browse files
authored
Update changelog to take #3107 into account (#3108)
1 parent c51f795 commit 67caffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Version 1.6.0
44

5-
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.
5+
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.
66

77
### kotlinx-coroutines-test rework
88

@@ -25,6 +25,7 @@ Note that this is a full changelog relative to 1.5.2 version. Changelog relative
2525
* `Dispatchers.Main` is now used as the default source of time for `delay` and `withTimeout` when present(#2972).
2626
* To opt-out from this behaviour, `kotlinx.coroutines.main.delay` system property can be set to `false`.
2727
* Java target of coroutines build is now 8 instead of 6 (#1589).
28+
* **Source-breaking change**: extension `collect` no longer resolves when used with a non-in-place argument of a functional type. This is a candidate for a fix, uncovered after 1.6.0, see #3107 for the additional details.
2829

2930
### Bug fixes and improvements
3031

0 commit comments

Comments
 (0)