From 0cbc0c926fb74df4d6fa4bc3ee170e6e6065053d Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Thu, 7 Sep 2023 19:03:01 +1000 Subject: [PATCH] Add missing changelog entries for #3554 (#3599) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a12d912268..de3af2ccb65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` for exported Rust types and strings. + [#3554](https://github.com/rustwasm/wasm-bindgen/pull/3554) + ### Changed * Updated the WebGPU WebIDL.