You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
*`ReceiveChannel.use` extension is introduced to preserve source compatibility, but is deprecated.
30
30
*`consume` or `consumeEach` extensions should be used for channels.
31
31
* When writing operators, `produce(onCompletion=consumes()) { ... }` pattern shall be used (see #279 above).
32
-
* JS: Kotlin is declared as peer dependency in JVM (see #339, #340, PR by @ansman).
32
+
* JS: Kotlin is declared as peer dependency (see #339, #340, PR by @ansman).
33
33
* Invoke exception handler for actor on cancellation even when channel was successfully closed, so exceptions thrown by actor are always reported (see #368).
34
34
* Introduce `awaitAll` and `joinAll` for `Deferred` and `Job` lists correspondingly (see #171).
35
35
* Unwrap `CompletionException` exception in `CompletionStage.await` slow-path to provide consistent results (see #375).
0 commit comments