Skip to content

Commit

Permalink
Fix changelog (#4405)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Jan 13, 2025
1 parent 6167f66 commit c35cc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

### Changed

* Deprecation warning when using an async function as a constructor
* Deprecate async constructors.
[#4402](https://github.com/rustwasm/wasm-bindgen/pull/4402)

--------------------------------------------------------------------------------

## [0.2.100](https://github.com/rustwasm/wasm-bindgen/compare/0.2.99...0.2.100)

Expand Down Expand Up @@ -36,7 +37,6 @@ Released 2025-01-12
* `#[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 c35cc93

Please sign in to comment.