diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a517578cd..85cfdd4dce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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.