Skip to content

Commit f77533c

Browse files
committed
Update changelog
1 parent 7acaae6 commit f77533c

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
@@ -1,9 +1,10 @@
11
# Change log for kotlinx.coroutines
22

33
## Version 1.3.0-M2
4+
45
* Kotlin updated to 1.3.40.
56
* `Flow` exception transparency concept.
6-
* New Flow declarative `Flow` operators: `onCompletion`, `catch`, `retryWhen`, `launchIn` (#1263).
7+
* New declarative `Flow` operators: `onCompletion`, `catch`, `retryWhen`, `launchIn`. `onError*` operators are deprecated in favour of `catch`. (#1263)
78
* `Publisher.asFlow` is integrated with `buffer` operator.
89
* `Publisher.openSubscription` default request size is `1` instead of `0` (#1267).
910

0 commit comments

Comments
 (0)