From b83d0fc488f47f5012ad3dd6b3a8f870558c7ec8 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sat, 5 Jul 2014 01:25:47 +0300 Subject: [PATCH] Release note: add duk_copy() --- RELEASES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index a7a6375c..96d24829 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -333,6 +333,8 @@ Planned duk_compile_lstring()) and avoid interning the source code when compiling from a user provided string (useful in low memory environments) +* Add duk_copy() API call, essentially shorthand for duk_dup() + duk_replace() + * Align duk_to_fixed_buffer() arguments and return value with duk_to_buffer() (this is an API incompatible change); add duk_to_dynamic_buffer()