From f4a7fe3ddbc8d4dbff082d70b68861f96e313619 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 25 Sep 2019 09:31:46 -0700 Subject: [PATCH] More CHANGELOG updates --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b9c09e..f4848924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,15 @@ Not released yet * More helper methods for `js_sys::Array` have been added. [#1749](https://github.com/rustwasm/wasm-bindgen/pull/1749) +* Initial support for the WebAssembly multi-value proposal has been added. + [#1764](https://github.com/rustwasm/wasm-bindgen/pull/1764) + +* Constructors for `js_sys::Date` with optional parameters has been added. + [#1759](https://github.com/rustwasm/wasm-bindgen/pull/1759) + +* Headless tests can now be run against a remote webdriver client + [#1744](https://github.com/rustwasm/wasm-bindgen/pull/1744) + ### Changed * The `passStringToWasm` function has been optimized for size. @@ -32,6 +41,15 @@ Not released yet * BOM markers will not be preserved when passing strings to/from wasm. [#1730](https://github.com/rustwasm/wasm-bindgen/pull/1730) +* Importing a `static` value which isn't a `JsValue` has been fixed. + [#1784](https://github.com/rustwasm/wasm-bindgen/pull/1784) + +* Converting `undefined` to a Rust value via `into_serde` has been fixed. + [#1783](https://github.com/rustwasm/wasm-bindgen/pull/1783) + +* Routine errors are no longer erroneously logged in debug mode. + [#1788](https://github.com/rustwasm/wasm-bindgen/pull/1788) + -------------------------------------------------------------------------------- ## 0.2.50