Skip to content

Commit

Permalink
Releases: minor reorganization for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 4, 2018
1 parent 5a6f30c commit 4157e1d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions RELEASES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3227,10 +3227,7 @@ Miscellaneous:
* Fix potential dangling pointer use in Duktape thread termination handling;
the dangling pointer could cause unsafe memory behavior (GH-1845, GH-1868)

Planned
=======

2.3.0 (XXXX-XX-XX)
2.3.0 (2018-08-04)
------------------

* When C++ exception support is enabled use a separate duk_fatal_exception
Expand All @@ -3251,6 +3248,9 @@ Planned
* Add support for Symbol.isConcatSpreadable (@@isConcatSpreadable) in
Array.prototype.concat() (GH-1823)

* Add support for Symbol.toPrimitive (@@toPrimitive) in ToPrimitive()
internal algorithm and duk_to_primitive() API call (GH-1825)

* Invoke Proxy 'has' trap in Array.prototype.concat() when inspecting the
elements of the Proxy target (GH-1823)

Expand All @@ -3261,9 +3261,6 @@ Planned
actually did match the "non-standard" behavior provided by the option
(GH-1823)

* Add support for Symbol.toPrimitive (@@toPrimitive) in ToPrimitive()
internal algorithm and duk_to_primitive() API call (GH-1825)

* Add duk_random() to allow C code access to the same random number source
as ECMAScript code (GH-1815)

Expand Down Expand Up @@ -3338,6 +3335,8 @@ Planned

* Add Makefile.jsoncbor to the distributable (GH-1885)

* Makefile.sharedlibrary portability improvements (GH-1922, GH-1923)

* Change spelling from ECMAScript to ECMAScript throughout the internal source
code; as far as external behavior is concerned this only affects a few
debug prints (GH-1894)
Expand Down Expand Up @@ -3391,6 +3390,12 @@ Planned
https://github.com/svaarala/duktape/blob/master/misc/clang_aliasing.c),
and the workaround is to use unpacked duk_tval prior to Clang 5.0 (GH-1764)

Planned
=======

2.4.0 (XXXX-XX-XX)
------------------

3.0.0 (XXXX-XX-XX)
------------------

Expand Down

0 comments on commit 4157e1d

Please sign in to comment.