Changelog tweak.

This commit is contained in:
Nikolay Igotti
2019-09-30 13:31:37 +03:00
committed by Nikolay Igotti
parent 8e45e74937
commit 2faa0b3f7d
+2 -2
View File
@@ -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)