Browse Source

Release note: labelled block stmt assert fix

v1.0-maintenance
Sami Vaarala 10 years ago
parent
commit
a0b06df092
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -572,6 +572,10 @@ Released
initial zero-size realloc() failed (this shouldn't normally happen but
was triggered by GC torture testing)
* Fix an assertion failure when using labelled block statements; some
labelled block statements still cause an internal error ("INVALID
opcode 0") but don't cause assert failures
* Fix duk_dump_context_stderr() which incorrectly dumped to stdout
* Fix require() resolution of relative module identifiers, which was off by

Loading…
Cancel
Save