mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
9 years ago
1 changed files with 55 additions and 0 deletions
@ -0,0 +1,55 @@ |
|||
========================= |
|||
Duktape 2.0 release notes |
|||
========================= |
|||
|
|||
Release overview |
|||
================ |
|||
|
|||
Main changes in this release (see RELEASES.rst for full details): |
|||
|
|||
* FIXME |
|||
|
|||
The release has API incompatible changes, see upgrading notes below. |
|||
|
|||
Upgrading from Duktape 1.5.x |
|||
============================ |
|||
|
|||
There are API incompatible changes in this release. Whenever possible the |
|||
incompatible changes cause a compilation error (or warning) so that fixing |
|||
call sites should be straightforward. Below are instructions on how to |
|||
migrate from 1.5.x to 2.0.0. There are also bug fixes and other minor |
|||
behavioral changes which may affect some applications, see ``RELEASES.rst`` |
|||
for details. |
|||
|
|||
DUK_OPT_xxx feature option support removed |
|||
------------------------------------------ |
|||
|
|||
FIXME. |
|||
|
|||
duk_safe_call() userdata |
|||
------------------------ |
|||
|
|||
FIXME. |
|||
|
|||
Known issues |
|||
============ |
|||
|
|||
FIXME. |
|||
|
|||
Raw issues from test runs |
|||
========================= |
|||
|
|||
API tests |
|||
--------- |
|||
|
|||
FIXME. |
|||
|
|||
Ecmascript tests |
|||
---------------- |
|||
|
|||
FIXME. |
|||
|
|||
test262 |
|||
------- |
|||
|
|||
FIXME. |
Loading…
Reference in new issue