Skip to content

Commit f4a7fe3

Browse files
committed
More CHANGELOG updates
1 parent 72f3468 commit f4a7fe3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Not released yet
2222
* More helper methods for `js_sys::Array` have been added.
2323
[#1749](https://github.com/rustwasm/wasm-bindgen/pull/1749)
2424

25+
* Initial support for the WebAssembly multi-value proposal has been added.
26+
[#1764](https://github.com/rustwasm/wasm-bindgen/pull/1764)
27+
28+
* Constructors for `js_sys::Date` with optional parameters has been added.
29+
[#1759](https://github.com/rustwasm/wasm-bindgen/pull/1759)
30+
31+
* Headless tests can now be run against a remote webdriver client
32+
[#1744](https://github.com/rustwasm/wasm-bindgen/pull/1744)
33+
2534
### Changed
2635

2736
* The `passStringToWasm` function has been optimized for size.
@@ -32,6 +41,15 @@ Not released yet
3241
* BOM markers will not be preserved when passing strings to/from wasm.
3342
[#1730](https://github.com/rustwasm/wasm-bindgen/pull/1730)
3443

44+
* Importing a `static` value which isn't a `JsValue` has been fixed.
45+
[#1784](https://github.com/rustwasm/wasm-bindgen/pull/1784)
46+
47+
* Converting `undefined` to a Rust value via `into_serde` has been fixed.
48+
[#1783](https://github.com/rustwasm/wasm-bindgen/pull/1783)
49+
50+
* Routine errors are no longer erroneously logged in debug mode.
51+
[#1788](https://github.com/rustwasm/wasm-bindgen/pull/1788)
52+
3553
--------------------------------------------------------------------------------
3654

3755
## 0.2.50

0 commit comments

Comments
 (0)