From 20ca9d5d67529c46da02e5961d94b88802a90e0b Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 11 Apr 2019 13:45:46 +0700 Subject: [PATCH] Update changelog for 1.2.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84e6bbb02e..25726cba19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# v1.2.0 (Mar 2019) +# v1.2.0 (Apr 2019) + * New intermediate representation based library format allowing global optimizations * Exception backtraces in debug mode on macOS and iOS targets contains symbolic information * Support for 32-bit Windows targets (target mingw_x86) * Support for cross-compilation to Linux (x86-64 and arm32) from macOS and Windows hosts @@ -14,7 +15,8 @@ * Fix bool conversion * Support variable length arrays * Provide Kotlin access to C compiler intrinsics via platform.builtins package - * Support clang modules + * Support clang modules (for Objective-C only) + * Experimental integration with CocoaPods * IDE * Kotlin/Native plugin is supported in CLion 2018.3 and AppCode/CLion 2019.1 * Basic highlighting support for .def files