Skip to content

Commit 4157e1d

Browse files
committed
Releases: minor reorganization for 2.3.0
1 parent 5a6f30c commit 4157e1d

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

RELEASES.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,10 +3227,7 @@ Miscellaneous:
32273227
* Fix potential dangling pointer use in Duktape thread termination handling;
32283228
the dangling pointer could cause unsafe memory behavior (GH-1845, GH-1868)
32293229

3230-
Planned
3231-
=======
3232-
3233-
2.3.0 (XXXX-XX-XX)
3230+
2.3.0 (2018-08-04)
32343231
------------------
32353232

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

3251+
* Add support for Symbol.toPrimitive (@@toPrimitive) in ToPrimitive()
3252+
internal algorithm and duk_to_primitive() API call (GH-1825)
3253+
32543254
* Invoke Proxy 'has' trap in Array.prototype.concat() when inspecting the
32553255
elements of the Proxy target (GH-1823)
32563256

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

3264-
* Add support for Symbol.toPrimitive (@@toPrimitive) in ToPrimitive()
3265-
internal algorithm and duk_to_primitive() API call (GH-1825)
3266-
32673264
* Add duk_random() to allow C code access to the same random number source
32683265
as ECMAScript code (GH-1815)
32693266

@@ -3338,6 +3335,8 @@ Planned
33383335

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

3338+
* Makefile.sharedlibrary portability improvements (GH-1922, GH-1923)
3339+
33413340
* Change spelling from ECMAScript to ECMAScript throughout the internal source
33423341
code; as far as external behavior is concerned this only affects a few
33433342
debug prints (GH-1894)
@@ -3391,6 +3390,12 @@ Planned
33913390
https://github.com/svaarala/duktape/blob/master/misc/clang_aliasing.c),
33923391
and the workaround is to use unpacked duk_tval prior to Clang 5.0 (GH-1764)
33933392

3393+
Planned
3394+
=======
3395+
3396+
2.4.0 (XXXX-XX-XX)
3397+
------------------
3398+
33943399
3.0.0 (XXXX-XX-XX)
33953400
------------------
33963401

0 commit comments

Comments
 (0)