From 3107e0e8aac9972c53de4b0754ec509a808a8dd6 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Thu, 26 Oct 2023 10:57:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4f46b88a6..14b4c4b91cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,7 +112,7 @@ enhancing type safety and compatibility. [#3647](https://github.com/rustwasm/wasm-bindgen/pull/3647) -* Stop tolerating name collisions on enums, this would previously just emit one of them. +* Throw an error on enum name collisions, previously only one enum would be emitted. [#3669](https://github.com/rustwasm/wasm-bindgen/pull/3669) ### Fixed