From abdb6d265f9636e6102d7f198fff9c4af7b5ffb6 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 25 Jul 2017 16:55:08 +0300 Subject: [PATCH] Releases: obj.noSuch() error message --- RELEASES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 48642997..65a33476 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -2871,6 +2871,10 @@ Planned * Increase maximum call argument count from 255 to ~64k (GH-1292, GH-1586) +* Improve error message for property-based call TypeError (e.g. foo.noSuch()), + error message now includes the key for easier debugging (GH-1627, GH-1630, + GH-1631) + * Add duk_seal() and duk_freeze() API calls, equivalent to Object.seal() and Object.freeze() (GH-1594)