Skip to content

Commit dc4ed50

Browse files
daxpeddafl0rek
authored andcommitted
Add changelog entry
1 parent 5ca6986 commit dc4ed50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
* Add bindings to `Date.to_locale_time_string_with_options`.
2121
[#4384](https://github.com/rustwasm/wasm-bindgen/pull/4384)
2222

23+
* `#[wasm_bindgen]` now correctly applies `#[cfg(...)]`s in `struct`s.
24+
[#4351](https://github.com/rustwasm/wasm-bindgen/pull/4351)
25+
26+
2327
### Changed
2428

2529
* Optional parameters are now typed as `T | undefined | null` to reflect the actual JS behavior.

0 commit comments

Comments
 (0)