[doc][changelog] 1.4.0-M1 initial changelog

This commit is contained in:
Vasily Levchenko
2020-02-25 10:55:33 +01:00
parent ffe2fcf7c2
commit 06ebfd668e
+5
View File
@@ -5,6 +5,11 @@
* Fix `lazy {}` memory leak regression ([`KT-37232`](https://youtrack.jetbrains.com/issue/KT-37232), GH-3944)
* Fix using cached Kotlin subclasses of Objective-C classes (GH-3986)
# v1.4.0-M1 (Mar 2020) milestone
* Experimental mimalloc allocator support (-Xallocator=mimalloc) to improve execution time performance.
* Improved support for -Xobjc-generics and enabled by default (GH-3778).
* Reworked exception handling in ObjC/Swift interop.
# v1.3.70 (Dec 2019)
* Support compiler caches for debug mode (GH-3650)
* Support running Kotlin/Native compiler from Gradle daemon (GH-3442)