From 48e55a294090f9733597153e94e7ab0f640df74b Mon Sep 17 00:00:00 2001 From: daxpedda Date: Thu, 10 Oct 2024 21:31:57 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02cd460fd0b..a86f27bb3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ * Added support for `Self` in complex type expressions in methods. [#4155](https://github.com/rustwasm/wasm-bindgen/pull/4155) +### Fixed + +* Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. + [#4170](https://github.com/rustwasm/wasm-bindgen/pull/4170) + -------------------------------------------------------------------------------- ## [0.2.94](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.94)