Skip to content

Commit c35cc93

Browse files
authored
Fix changelog (#4405)
1 parent 6167f66 commit c35cc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
### Changed
77

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

11+
--------------------------------------------------------------------------------
1112

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

@@ -36,7 +37,6 @@ Released 2025-01-12
3637
* `#[wasm_bindgen]` now correctly applies `#[cfg(...)]`s in `struct`s.
3738
[#4351](https://github.com/rustwasm/wasm-bindgen/pull/4351)
3839

39-
4040
### Changed
4141

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

0 commit comments

Comments
 (0)