From fb617f7ed05447540a31011b711b0818a8c5b46f Mon Sep 17 00:00:00 2001 From: Genevieve L'Esperance Date: Tue, 30 Nov 2021 12:53:10 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a21c2c..e51ff4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for creating a code cache from an UnboundScript which can be used to create an UnboundScript in other isolates to run a pre-compiled script in new contexts. - Included compile error location in `%+v` formatting of JSError +- Enable i18n support ### Changed - Removed error return value from NewIsolate which never fails