diff --git a/ChangeLog.md b/ChangeLog.md index fcc8731acbd5..7660bafcdc90 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -24,6 +24,10 @@ See docs/process.md for more on how version tagging works. of pthread builds so that is generated alongside the main JavaScript file. See #21701. () - `-sASYNCIFY=2` is setting now deprecated, use `-sJSPI` instead. +- Due to the upstream LLVM change + (https://github.com/llvm/llvm-project/pull/80923), multivalue and + reference-types features are now enabled by default in Emscripten. This only + enables the language features and does not turn on the multivalue ABI. 3.1.58 - 04/23/24 -----------------