diff --git a/ChangeLog.md b/ChangeLog.md index 4489d7873052f..d5d6f6e7b89c2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,7 +18,7 @@ to browse the changes between the tags. See docs/process.md for more on how version tagging works. -4.0.1 (in development) +4.0.2 (in development) ---------------------- - Added support for compiling AVX2 intrinsics, 256-bit wide intrinsic is emulated on top of 128-bit Wasm SIMD instruction set. (#23035). Pass `-msimd128 -mavx2` @@ -26,6 +26,9 @@ See docs/process.md for more on how version tagging works. - The system JS libraries in `src/` were renamed from `library_foo.js` to `lib/libfoo.js`. They are still included via the same `-lfoo.js` flag so this should not be a user-visible change. (#23348) + +4.0.1 - 01/17/25 +---------------- - The minimum version of node required to run emscripten was bumped from v16.20 to v18. Version 4.0 was mistakenly shipped with a change that required v20, but that was reverted. (#23410) diff --git a/emscripten-version.txt b/emscripten-version.txt index 75cf6d84ba5b5..bebafbbb3a990 100644 --- a/emscripten-version.txt +++ b/emscripten-version.txt @@ -1 +1 @@ -4.0.1-git +4.0.2-git