v0.3 preparations (#648)
This commit is contained in:
+11
-2
@@ -1,4 +1,13 @@
|
||||
## v0.2 ##
|
||||
## v0.3 (Jun 2017) ##
|
||||
* Preliminary support for x86-64 Windows hosts and targets
|
||||
* Support for producing native activities on 32- and 64-bit Android targets
|
||||
* Extended standard library (bitsets, regular expression)
|
||||
* Preliminary support for Kotlin/Native library format (.klib)
|
||||
* Preliminary source-level debugging support (stepping only, no variable inspection)
|
||||
* Compiler switch `-entry` to select entry point
|
||||
* Symbolic backtrace in runtime for unstripped binaries, for all supported targets
|
||||
|
||||
## v0.2 (May 2017) ##
|
||||
* Added support for coroutines
|
||||
* Fixed most stdlib incompatibilities
|
||||
* Improved memory management performance
|
||||
@@ -11,5 +20,5 @@
|
||||
* Very basic debugging support
|
||||
* Improve compilation and linking performance
|
||||
|
||||
## v0.1 ##
|
||||
## v0.1 (Mar 2017) ##
|
||||
Initial technical preview of Kotlin/Native.
|
||||
Reference in New Issue
Block a user