From 2faa0b3f7dcc8eab60e1f8b7e62e02ec59a542c0 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Mon, 30 Sep 2019 13:31:37 +0300 Subject: [PATCH] Changelog tweak. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692eb57811d..64e5fd8a422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ * watchOS targets, watchos_x86 and watchos_arm32 (GH-3323, GH-3344) * tvOS targets tvos_x64 and tvos_arm64 (GH-3303, GH-3363) * native Android targets android_x86 and android_x64 (GH-3306, GH-3314) - * Standard CLI library kotlinx.cli is shipped with the compiler distribution (GH-3125) + * Standard CLI library kotlinx.cli is shipped with the compiler distribution (GH-3215) * Improved debug information for inline functions (KT-28929, GH-3292) - * Improved runtime performance of interface calls, up to 5x faster (GH-????) + * Improved runtime performance of interface calls, up to 5x faster (GH-3377) * Improved runtime performance of type checks, up to 50x faster (GH-3291) * Produce native binaries directly from klibs, speeds up large project compilation (GH-3246) * Supported arbitrary (up to 255 inclusive) function arity (GH-3253)