Skip to content

Commit 8b4fd2a

Browse files
committed
Update CHANGELOG for upcoming release
No release yet, but wanted to write these things down
1 parent 0afb6aa commit 8b4fd2a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.2.51
6+
7+
Not released yet
8+
9+
### Added
10+
11+
* The `wasm-bindgen-futures` and `wasm-bindgen-test` crates now require Nightly
12+
Rust and have a new major version published as a result. These crates now
13+
support `async`/`await` by default, and they will be supported in the stable
14+
Rust 1.39.0 release. The previous versions of crates will continue to work on
15+
stable today.
16+
[#1741](https://github.com/rustwasm/wasm-bindgen/pull/1741)
17+
18+
* Using `#[wasm_bindgen]` on an `async` function will now work and return a
19+
`Promise` on the JS side of things.
20+
[#1754](https://github.com/rustwasm/wasm-bindgen/pull/1754)
21+
22+
* More helper methods for `js_sys::Array` have been added.
23+
[#1749](https://github.com/rustwasm/wasm-bindgen/pull/1749)
24+
25+
### Changed
26+
27+
* The `passStringToWasm` function has been optimized for size.
28+
[#1736](https://github.com/rustwasm/wasm-bindgen/pull/1736)
29+
30+
### Fixed
31+
32+
* BOM markers will not be preserved when passing strings to/from wasm.
33+
[#1730](https://github.com/rustwasm/wasm-bindgen/pull/1730)
34+
35+
--------------------------------------------------------------------------------
36+
537
## 0.2.50
638

739
Released 2019-08-19.

0 commit comments

Comments
 (0)