File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
* Fixed ` StackOverflowError ` in ` Job.toString ` when ` Job ` is observed in its intermediate state (#2371 ).
6
6
* Improved liveness and latency of ` Dispatchers.Default ` and ` Dispatchers.IO ` in low-loaded mode (#2381 ).
7
7
* Improved performance of consecutive ` Channel.cancel ` invocations (#2384 ).
8
- * ` SharingStarted ` is not ` fun ` interface (#2397 ).
8
+ * ` SharingStarted ` is now ` fun ` interface (#2397 ).
9
9
* Additional lint settings for ` SharedFlow ` to catch programmatic errors early (#2376 ).
10
10
* Fixed bug when mutex and semaphore were not released during cancellation (#2390 , thanks to @Tilps for reproducing).
11
11
* Some corner cases in cancellation propagation between coroutines and listenable futures are repaired (#1442 , thanks to @vadimsemenov ).
12
12
* Fixed unconditional cast to ` CoroutineStackFrame ` in exception recovery that triggered failures of instrumented code (#2386 ).
13
- * Platform classifier is removed from ` kotlinx-coroutines-javafx ` (#2360 ).
13
+ * Platform-specific dependencies are removed from ` kotlinx-coroutines-javafx ` (#2360 ).
14
14
15
15
## Version 1.4.1
16
16
You can’t perform that action at this time.
0 commit comments