From 934f3710c5e4a65d130a70643c5e49c09eba1df6 Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Thu, 8 Jan 2026 06:46:32 -0800 Subject: [PATCH] Fixed Changelog entry (contrib.lua) --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index dc93f4340b747..1171ea7fca89c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -33,6 +33,7 @@ See docs/process.md for more on how version tagging works. have a fetch API, you will need to either use `-sSINGLE_FILE` (to embed the Wasm file), or use a custom `instantiateWasm` callback to supply the Wasm module yourself. (#25942) +- Upgraded `contrib.lua` to Lua version 5.5.0 (#26033) 4.0.22 - 12/18/25 ----------------- @@ -409,7 +410,6 @@ See docs/process.md for more on how version tagging works. detection stages. This means the initial cmake run will be slower, but will result in more accurate information. If cmake is running too slow for you, you can revert to the previous behaviour with `-DEMSCRIPTEN_FORCE_COMPILERS=ON`. -- Upgraded `contrib.lua` to Lua version 5.5.0 (#26033) 4.0.1 - 01/17/25 ----------------