diff --git a/CHANGELOG.md b/CHANGELOG.md index f670c23b4e1..b5c6100cce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v1.0.3 (Dec 2018) + * Improvements and fixes in cineterop: + * Objective-C objects are shareable in Kotlin now. + * Fixed incorrect generation of non-callable bindings for some cases. + * Various bugfixes. + +# v1.0.2 (Nov 2018) + * Improved support of C macros in cinterop. + * Added worker test runner. + * Various bugfixes. + +# v1.0.1 (Oct 2018) + * Samples are switched to the new MPP Gradle plugin. + * Various bugfixes. + # v1.0 (Oct 2018) * Bugfixes diff --git a/gradle.properties b/gradle.properties index f55ea10d032..4d4b159c8bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ testDataVersion=1226829:id kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.11-release-266,tag:kotlin-native,pinned:true/artifacts/content/maven kotlinVersion=1.3.11-release-266 testKotlinVersion=1.3.11-release-266 -konanVersion=1.0.2 +konanVersion=1.0.3 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4