v0.2 preparations (#547)

* v0.2 preparations

* Fix Tensorflow sample.
This commit is contained in:
Nikolay Igotti
2017-05-04 17:28:59 +03:00
committed by GitHub
parent 6e7cb64b37
commit d95f419a53
6 changed files with 37 additions and 13 deletions
+15
View File
@@ -0,0 +1,15 @@
## v0.2 ##
* Added support for coroutines
* Fixed most stdlib incompatibilities
* Improved memory management performance
* Cross-module inline function support
* Unicode support independent from installed system locales
* Interoperability improvements
* file-based filtering in definition file
* stateless lambdas could be used as C callbacks
* any Unicode string could be passed to C function
* Very basic debugging support
* Improve compilation and linking performance
## v0.1 ##
Initial technical preview of Kotlin/Native.