diff --git a/RELEASES.rst b/RELEASES.rst index 91bcec8f..685ef4ca 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -2909,7 +2909,7 @@ Planned * 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) + GH-1631, GH-1644) * Add duk_seal() and duk_freeze() API calls, equivalent to Object.seal() and Object.freeze() (GH-1594)