From dc3e0e60e3a98a05a13ee45322ef91a1c697d280 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 c7dd0557..23dab97d 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 receiver. 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