diff --git a/ChangeLog.md b/ChangeLog.md index c46d1d9501744..cfd627a3b8173 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -42,7 +42,12 @@ See docs/process.md for more on how version tagging works. callback `IDBFS.onAutoPersistStateChanged = active => {}`, which will be notified of all IDBFS sync start and end events. (#26895) - google-closure-compiler was updated to 20260429.0.0. (#26869) - Closure compiler now provides a native macOS arm64 binary for Apple Silicon. + Closure compiler now provides a native macOS arm64 binary for Apple Silicon, + in addition to having native binaries for Win-x64, Linux-x64 and Linux-ARM64. + For other platforms for which Closure compiler does not ship a native binary, + e.g. Intel x64 Macs and Windows-on-ARM, downloading Java SE Development Kit + 21.0.11 from https://www.oracle.com/europe/java/technologies/downloads/#java21 + is required in order to use Emscripten's Closure Compiler integration. 5.0.7 - 04/30/26 ----------------