From 4a8f8e5e60460f44022079b9bc24a95a95629619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Wed, 6 Nov 2024 17:29:40 +0100 Subject: [PATCH] Changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index f4c9358851..fa4eeacd14 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,7 @@ * Lib: Modify Typed_array API for compatibility with WebAssembly * Lib: add details element and toggle event (#1728) * Toplevel: no longer set globals for toplevel initialization +* Merged Wasm_of_ocaml (#1724) ## Bug fixes * Runtime: fix parsing of unsigned integers (0u2147483648) (#1633, #1666)