From 724fa26c3b6b9bb531d218bdd578d4d03531aaaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 15 Jan 2024 23:11:10 +0100 Subject: [PATCH] docs: refine changelog entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa1734..cc2d46c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased * Adding ESM named exports support (@jerome-benoit). -* Fixing `Set` operations CommonJS named export collision with `Set` (@jerome-benoit). +* Fixing `Set` operations CommonJS named export collision by renaming it to ``set` (@jerome-benoit). * Fixing missing `Uint8Vector`, `Uint8ClampedVector`, `Int8Vector`, `Uint16Vector`, `Int16Vector`, `Uint32Vector`, `Int32Vector`, `Float32Vector`, `Float64Vector`, `PointerVector` CommonJS named exports (@jerome-benoit). * Fixing `Float64Vector` TS exports (@atombrenner).