From 5eb6006a9edb962df2eaae37cf6e5b9f51387f46 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 16 May 2014 17:19:45 +0300 Subject: [PATCH] release note update: context dumps --- RELEASES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index a83254b1..9b8cc894 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -310,6 +310,9 @@ Planned subset limited to the following traps: has, get, set, deleteProperty, enumerate, ownKeys +* Add debug API calls to dump the stack top and values in the current context, + see e.g. duk_dump_context_stdout + * Serialize negative zero as '-0' in JSONX and JSONC * Rename some feature options (DUK_OPT_xxx) for consistency, please check