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
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Change log for kotlinx.coroutines
2
2
3
+
## Version 0.23.3
4
+
5
+
* Kotlin 1.2.50.
6
+
* JS: Moved to atomicfu version 0.10.3 that properly matches NPM & Kotlin/JS module names (see #396).
7
+
* Improve source-code compatibility with previous (0.22.x) version of `openChannel().use { ... }` pattern by providing deprecated extension function `use` on `ReceiveChannel`.
8
+
3
9
## Version 0.23.2
4
10
5
11
* IO: fix joining and continuous writing byte array interference.
0 commit comments