From 5329a5822d414d7981a0a00e1240c6247d892b35 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Thu, 10 Oct 2024 10:46:25 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f661e3183e..0995c1d2fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # `wasm-bindgen` Change Log -------------------------------------------------------------------------------- +## Unreleased + +### Added + +* Added support for `Self` in complex type expressions in methods. + [#4155](https://github.com/rustwasm/wasm-bindgen/pull/4155) + +-------------------------------------------------------------------------------- + ## [0.2.94](https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.94) Released 2024-10-09 @@ -37,9 +46,6 @@ Released 2024-10-09 * Added additional bindings for setters from WebIDL interface attributes with applicaple parameter types of just `JsValue`. [#4156](https://github.com/rustwasm/wasm-bindgen/pull/4156) -* Added support for `Self` in complex type expressions in methods. - [#4155](https://github.com/rustwasm/wasm-bindgen/pull/4155) - ### Changed * Implicitly enable reference type and multivalue transformations if the module already makes use of the corresponding target features.