From 9d9fd800dbf7e859806c24b4189951ae525e5c88 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sun, 22 Jul 2018 22:02:58 +0300 Subject: [PATCH] Releases: Proxy as Proxy target/handler --- RELEASES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 84670ef0e0..1338d8046a 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -3386,6 +3386,14 @@ Planned https://github.com/svaarala/duktape/blob/master/misc/clang_aliasing.c), and the workaround is to use unpacked duk_tval prior to Clang 5.0 (GH-1764) +2.4.0 (XXXX-XX-XX) +------------------ + +* Allow a Proxy object to have a Proxy as its target (i.e. Proxy chains) + (GH-1947) + +* Allow a Proxy handler object to be a Proxy (GH-1947) + 3.0.0 (XXXX-XX-XX) ------------------