Browse Source

release note update

pull/2/head
Sami Vaarala 11 years ago
parent
commit
c9c4f809bd
  1. 4
      RELEASES.txt

4
RELEASES.txt

@ -207,7 +207,7 @@ Planned
* Execute finalizers for all objects, even reachable ones, when a heap
is freed to allow native resources to be freed reliably
* new Object() now promotes plain buffer and pointer values to Buffer
* "new Object()" now promotes plain buffer and pointer values to Buffer
and Pointer objects
* Change Array.prototype.splice() behavior so that if 2nd argument
@ -215,6 +215,8 @@ Planned
like deleteCount was zero: the new behavior is non-standard but is the
real world behavior used by V8, Rhino, Spidermonkey, etc
* Add an automatic 'length' property to Duktape/C functions
* C typing wrapped throughout to allow porting to more exotic platforms,
e.g. platforms where "int" is a 16-bit type
**FIXME: under work**

Loading…
Cancel
Save