From ea79cff1d2c6cf8163c309f1cf523ec1649556a7 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 3 May 2016 15:30:05 +0300 Subject: [PATCH] Add placeholder 2.0.0 release notes --- doc/release-notes-v2-0.rst | 55 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/release-notes-v2-0.rst diff --git a/doc/release-notes-v2-0.rst b/doc/release-notes-v2-0.rst new file mode 100644 index 00000000..d1e7e10b --- /dev/null +++ b/doc/release-notes-v2-0.rst @@ -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.