From a0b06df09204843620e229cae3b9e7dbe8944414 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sat, 25 Oct 2014 12:42:15 +0300 Subject: [PATCH] Release note: labelled block stmt assert fix --- RELEASES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 8df6d168..1c798ff4 100644 --- a/RELEASES.rst +++ b/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