Skip to content

Commit

Permalink
Add changelog entry for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulHC committed Jul 12, 2024
1 parent 882b955 commit 159dcda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

### Added

* Support for iterable in WebIDL. Gives `entries`, `keys`, `values` methods for regular and asynchronous, as well as 'for_each` for normal iterables
[#3962](https://github.com/rustwasm/wasm-bindgen/pull/3962)

* Added support for arbitrary expressions when using `#[wasm_bindgen(typescript_custom_section)]`.
[#3901](https://github.com/rustwasm/wasm-bindgen/pull/3901)

Expand Down

0 comments on commit 159dcda

Please sign in to comment.