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
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change log for kotlinx.coroutines
2
2
3
+
## Version 1.10.2
4
+
5
+
* Fixed the `kotlinx-coroutines-debug` JAR file including the `module-info.class` file twice, resulting in failures in various tooling (#4314). Thanks, @RyuNen344!
6
+
* Fixed `Flow.stateIn` hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @francescotescari!
7
+
* Improved handling of dispatcher failures in `.limitedParallelism` (#4330) and during flow collection (#4272).
8
+
* Fixed `runBlocking` failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
9
+
* Small tweaks, fixes, and documentation improvements.
10
+
3
11
## Version 1.10.1
4
12
5
13
* Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).
0 commit comments