From aae5412dcd79b77201c6de2313de9d692fb09bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Tue, 12 May 2026 23:37:45 +0300 Subject: [PATCH 1/2] Add a ChangeLog entry about the version of Java used by current Closure version, and a note of when installing Java is necessary. --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c46d1d9501744..77c771754cbe2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -43,6 +43,11 @@ See docs/process.md for more on how version tagging works. 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. + (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 ---------------- From 7e1535bcb893742d0794966130c01d6d22ec0a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Tue, 12 May 2026 23:50:16 +0300 Subject: [PATCH 2/2] Update wording --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 77c771754cbe2..cfd627a3b8173 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -42,8 +42,8 @@ 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. - (In addition to having native binaries for Win-x64, Linux-x64 and Linux-ARM64) + 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