From a14d99e7ad67e9b96e786530069ce00cce92b7d0 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 16 Aug 2017 00:05:25 +0300 Subject: [PATCH] Releases: duk_push_proxy() flags --- RELEASES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.rst b/RELEASES.rst index 89c30894c6..0a4f81c1e5 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -2945,7 +2945,7 @@ Planned * Add duk_is_constructable() API call (GH-1523) * Add duk_push_proxy() API call which allows a Proxy to be created from C - code (GH-1500, GH-837) + code (GH-1500, GH-837, GH-1680) * Add DUK_HIDDEN_SYMBOL(), DUK_GLOBAL_SYMBOL(), DUK_LOCAL_SYMBOL(), and DUK_WELLKNOWN_SYMBOL() macros for creating symbol literals (GH-1673)