Skip to content

Commit c12b516

Browse files
ansmanqwwdfsad
authored andcommitted
Fix some incorrect information in the changelog
1 parent 9f33574 commit c12b516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* `ReceiveChannel.use` extension is introduced to preserve source compatibility, but is deprecated.
3030
* `consume` or `consumeEach` extensions should be used for channels.
3131
* 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).
3333
* Invoke exception handler for actor on cancellation even when channel was successfully closed, so exceptions thrown by actor are always reported (see #368).
3434
* Introduce `awaitAll` and `joinAll` for `Deferred` and `Job` lists correspondingly (see #171).
3535
* Unwrap `CompletionException` exception in `CompletionStage.await` slow-path to provide consistent results (see #375).

0 commit comments

Comments
 (0)