aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRoman Elizarov <elizarov@gmail.com>2019-09-04 16:53:11 +0300
committerRoman Elizarov <elizarov@gmail.com>2019-09-04 17:50:22 +0300
commit762440a94264948f1f2c47e5d04713bfb35ce3e3 (patch)
tree179bac3f42f185d5e5e929006cc9fe7ff4261a7a /CHANGES.md
parentd2f4b2b677af999cfc9a60f452890fffe4f30bcb (diff)
downloadkotlinx.coroutines-762440a94264948f1f2c47e5d04713bfb35ce3e3.tar.gz
Version 1.3.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e4b1653f..4db08d9d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,18 @@
# Change log for kotlinx.coroutines
+## Version 1.3.1
+
+This is a minor update with various fixes:
+* Flow: Fix recursion in combineTransform<T1, T2, R> (#1466).
+* Fixed race in the Semaphore (#1477).
+* Repaired some of ListenableFuture.kt's cancellation corner cases (#1441).
+* Consistently unwrap exception in slow path of CompletionStage.asDeferred (#1479).
+* Various fixes in documentation (#1496, #1476, #1470, #1468).
+* Various cleanups and additions in tests.
+
+Note: Kotlin/Native artifacts are now published with Gradle metadata format version 1.0, so you will need
+Gradle version 5.3 or later to use this version of kotlinx.coroutines in your Kotlin/Native project.
+
## Version 1.3.0
### Flow