From ce9c99720213a7e9d74e0126cdaf71b5cca2b113 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Tue, 21 Jun 2022 15:43:13 -0400 Subject: [PATCH] CHANGELOG: Add missing entries --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1b80bd4..9ff668dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Add V8 build v8 linux on ARM64 +- Upgrade V8 to version 9.7.106.19 + ### Fixed - Use string length to ensure null character-containing strings in Go/JS are not terminated early. - Object.Set with an empty key string is now supported