From a800a5661a0289120239ab5e932caf86b5372f1d Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Mon, 3 Sep 2018 16:29:23 +0700 Subject: [PATCH] [changelog] Mention that common module should be 1.3 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f33a36de2f..7c5dc5fa8f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # v0.9 (Sep 2018) * Support Kotlin 1.3M2 + * Note: Common modules of multiplatform projects also should use Kotlin 1.3 * Major standard library (native parts) rework and rename * New Gradle plugin with multiplatform integration and reworked DSL * Support unsigned types in Kotlin and interop