From 439ebb1e87bf768ab71359abd6a634167c712403 Mon Sep 17 00:00:00 2001 From: Genevieve L'Esperance Date: Wed, 20 Oct 2021 15:16:21 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84830239f..2f67a6b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for calling a method on an object. - Support for calling `IsExecutionTerminating` on isolate to check if execution is still terminating. - Support for setting and getting internal fields for template object instances +- Support for CPU profiling ### Changed - Removed error return value from NewIsolate which never fails