Skip to content

Commit 7741256

Browse files
committed
Update changelog
1 parent 540d862 commit 7741256

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ Note that this is a full changelog relative to 1.4.3 version. Changelog relative
2424

2525
### Other improvements
2626

27+
* Kotlin version is upgraded to 1.5.0 and JVM target is updated to 1.8.
2728
* `Flow.last` and `Flow.lastOrNull` operators (#2246).
2829
* `Flow.runningFold` operator (#2641).
2930
* `CoroutinesTimeout` rule for JUnit5 (#2197).
3031
* Internals of `Job` and `AbstractCoroutine` was reworked, resulting in smaller code size, less memory footprint, and better performance (#2513, #2512).
3132
* `CancellationException` from Kotlin standard library is used for cancellation on Koltin/JS and Kotlin/Native (#2638).
32-
* Introduced new `DelicateCoroutineApi` annotation that warns users about potential target API pitfalls and suggests studying API's documentation first. The only delicate API right now is `GlobalScope` (#2637).
33+
* Introduced new `DelicateCoroutinesApi` annotation that warns users about potential target API pitfalls and suggests studying API's documentation first. The only delicate API right now is `GlobalScope` (#2637).
3334
* Fixed bug introduced in `1.4.3` when `kotlinx-coroutines-core.jar` triggered IDEA debugger failure (#2619).
3435
* Fixed memory leak of `ChildHandlerNode` with reusable continuations (#2564).
3536
* Various documentation improvements (#2555, #2589, #2592, #2583, #2437, #2616, #2633, #2560).

0 commit comments

Comments
 (0)