From a69c661f05bcefae13ceddfe7c94767cd9ae7b70 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 8 Mar 2026 16:37:34 +0100 Subject: [PATCH] Mention native ESN module generation --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index bac36e41..e41348a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ * Version 1.0.21-stable + - Emscripten: a native ESM module (`libsodium.esm.mjs`) is now +built alongside the regular JavaScript bundle. - Performance: SHA3 (Keccak1600) now leverages ARM SHA3 instructions when available on ARM platforms. - Performance: WebAssembly SIMD implementations of Argon2 have been added.