Skip to content

Commit 688622b

Browse files
authored
Fix some typos, clarify in CHANGES.md
1 parent ad26603 commit 688622b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
* Fixed `StackOverflowError` in `Job.toString` when `Job` is observed in its intermediate state (#2371).
66
* Improved liveness and latency of `Dispatchers.Default` and `Dispatchers.IO` in low-loaded mode (#2381).
77
* Improved performance of consecutive `Channel.cancel` invocations (#2384).
8-
* `SharingStarted` is not `fun` interface (#2397).
8+
* `SharingStarted` is now `fun` interface (#2397).
99
* Additional lint settings for `SharedFlow` to catch programmatic errors early (#2376).
1010
* Fixed bug when mutex and semaphore were not released during cancellation (#2390, thanks to @Tilps for reproducing).
1111
* Some corner cases in cancellation propagation between coroutines and listenable futures are repaired (#1442, thanks to @vadimsemenov).
1212
* 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).
1414

1515
## Version 1.4.1
1616

0 commit comments

Comments
 (0)