Browse Source

Releases: ES6 computed property names

pull/985/head
Sami Vaarala 8 years ago
parent
commit
c12f10691b
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -1800,6 +1800,9 @@ Planned
won't backtrack on e.g. an invalid hex escape and treat it literally won't backtrack on e.g. an invalid hex escape and treat it literally
(GH-926) (GH-926)
* Add support for ES6 computed property names in object literals, e.g.
"{ [1+2]: 'three' }" (GH-985)
* Remove no longer needed platform wrappers in duk_config.h: DUK_ABORT(), * Remove no longer needed platform wrappers in duk_config.h: DUK_ABORT(),
DUK_EXIT(), DUK_PRINTF(), DUK_FPRINTF(), DUK_FOPEN(), DUK_FCLOSE(), DUK_EXIT(), DUK_PRINTF(), DUK_FPRINTF(), DUK_FOPEN(), DUK_FCLOSE(),
DUK_FREAD(), DUK_FWRITE(), DUK_FSEEK(), DUK_FTELL(), DUK_FFLUSH(), DUK_FREAD(), DUK_FWRITE(), DUK_FSEEK(), DUK_FTELL(), DUK_FFLUSH(),

Loading…
Cancel
Save