Browse Source

release note update

pull/1/head
Sami Vaarala 11 years ago
parent
commit
1eed01b322
  1. 18
      RELEASES.txt

18
RELEASES.txt

@ -93,11 +93,27 @@ Released
* Portability and bug fixes
0.9.0 (2014-XX-XX)
0.9.0 (2014-01-XX)
-------------------
* API addition: duk_gc()
* Removed array size limit for very large array joins
* More feature options for build tuning
* C typing wrapped throughout to allow porting to more exotic platforms,
e.g. platforms where "int" is a 16-bit type
* Fixed several compile warnings, fixed warnings generated by GCC -Wextra
* More self tests to detect obscure compiler bugs, two's complement
arithmetic, etc (disabled by default)
* Fixed a coroutine termination bug which caused assertion errors and
occasional segfaults when an uncaught error terminated a thread with
a catch point active
Planned
=======

Loading…
Cancel
Save