From d05f4946c5e7302ef9ece6060366ccff6d37559c Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Wed, 22 Dec 2021 10:43:33 -0500 Subject: [PATCH] CHANGELOG: Highlight the subtlety of the Function Call breaking change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7dd0557f..9fbee29b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ to run a pre-compiled script in new contexts. - Removed error return value from NewContext which never fails - Removed error return value from Context.Isolate() which never fails - Removed error return value from NewObjectTemplate and NewFunctionTemplate. Panic if given a nil argument. -- Function Call accepts receiver as first argument. +- Function Call accepts receiver as first argument. This **subtle breaking change** will compile old code but interpret the first argument as the receive. Use `Undefined` to prepend an argument to fix old Call use. - Removed Windows support until its build issues are addressed. - Upgrade to V8 9.6.180.12