Skip to content

Commit 0cbc0c9

Browse files
authored
Add missing changelog entries for #3554 (#3599)
1 parent f89a0fb commit 0cbc0c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
non-default path to the `wasm-bindgen-test` crate.
4747
[#3593](https://github.com/rustwasm/wasm-bindgen/pull/3593)
4848

49+
* Add support for passing `Vec`s of exported Rust types and strings to/from JS.
50+
[#3554](https://github.com/rustwasm/wasm-bindgen/pull/3554)
51+
52+
* Implement `TryFrom<JsValue>` for exported Rust types and strings.
53+
[#3554](https://github.com/rustwasm/wasm-bindgen/pull/3554)
54+
4955
### Changed
5056

5157
* Updated the WebGPU WebIDL.

0 commit comments

Comments
 (0)