From 3c11ca9ae59aa03d1520d77804f6831d240fe602 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Thu, 24 Apr 2014 19:47:29 +0300 Subject: [PATCH] release note update --- RELEASES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index b66d6974..6a915078 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -306,6 +306,10 @@ Planned * Add Object.setPrototypeOf() and Object.prototype.__proto__, both borrowed from ES6 draft, to improve internal prototype handling +* Add proxy objects borrowed from ES6 draft to allow property virtualization + (subset implementation limited to 'get', 'set', and 'deleteProperty' + handler methods) + * C typing wrapped throughout to allow porting to more exotic platforms, e.g. platforms where "int" is a 16-bit type