Skip to content

Commit

Permalink
Add missing changelog entries for #3554 (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liamolucko committed Sep 7, 2023
1 parent f89a0fb commit 0cbc0c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
non-default path to the `wasm-bindgen-test` crate.
[#3593](https://github.com/rustwasm/wasm-bindgen/pull/3593)

* Add support for passing `Vec`s of exported Rust types and strings to/from JS.
[#3554](https://github.com/rustwasm/wasm-bindgen/pull/3554)

* Implement `TryFrom<JsValue>` for exported Rust types and strings.
[#3554](https://github.com/rustwasm/wasm-bindgen/pull/3554)

### Changed

* Updated the WebGPU WebIDL.
Expand Down

0 comments on commit 0cbc0c9

Please sign in to comment.