From 3b4b0728efb2b68d79a534bea8a6400dfb5a046e Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 20 Sep 2018 11:52:06 +0300 Subject: [PATCH] Documentation update, v0.9.2 preps. (#2096) --- CHANGELOG.md | 11 +++++++++-- README.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0be9dd8d3e..88c575ade4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.9.2 (Sep 2018) + * Support Xcode 10.0 + * iOS 9.0 is the minimal supported version for all targets + * Swift interop improvements + * Support shared top level values of some immutable types (i.e. String and atomic references) + * Support release Kotlin 1.3.0 + ## v0.9.1 (Sep 2018) * Improve naming in produced Objective-C frameworks. Use ‘Kotlin’ prefix instead of ‘Stdlib’ prefix. * Improvements in KLIB: Library versioning, IDEA-friendly internal format. @@ -22,7 +29,7 @@ * Multiple bugfixes in compiler (coroutines, inliner) * Support 32-bit iOS (target `ios_arm32`) * New experimental Gradle plugin - * Support XCode 9.4.1 + * Support Xcode 9.4.1 * Optimizations (switch by enum, memory management) ## v0.7.1 (Jun 2018) @@ -30,7 +37,7 @@ * Fix NSBlock problem, preventing upload of binaries to the AppStore * Create primitive type boxes and kotlin.String as frozen by default * Support Gradle 4.7, provide separate run task for each executable - * Support XCode 9.4 and CoreML and ClassKit frameworks on Apple platforms + * Support Xcode 9.4 and CoreML and ClassKit frameworks on Apple platforms * Improved runtime Kotlin variable examination * Minor performance optimizations in compiled code and runtime * Add `disableDesignatedInitializerChecks` definition file support diff --git a/README.md b/README.md index 603c6b7bc89..89fc322fe09 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ without the need to ship an additional execution runtime. Prerequisites: * install JDK for your platform, instead of JRE. The build requires ```tools.jar```, which is not included in JRE; -* on macOS install Xcode 9.4.1 +* on macOS install Xcode 10.0 * on Fedora 26+ ```yum install ncurses-compat-libs``` may be needed To compile from sources use following steps: