Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Oct 10, 2024
1 parent 65b6a0e commit 5329a58
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5329a58

Please sign in to comment.