Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored and fl0rek committed Jan 12, 2025
1 parent 5ca6986 commit dc4ed50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
* Add bindings to `Date.to_locale_time_string_with_options`.
[#4384](https://github.com/rustwasm/wasm-bindgen/pull/4384)

* `#[wasm_bindgen]` now correctly applies `#[cfg(...)]`s in `struct`s.
[#4351](https://github.com/rustwasm/wasm-bindgen/pull/4351)


### Changed

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

0 comments on commit dc4ed50

Please sign in to comment.