diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f8afabe59..70549c079ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ * The DWARF section is now correctly modified instead of leaving it in a broken state. [#3483](https://github.com/rustwasm/wasm-bindgen/pull/3483) +* Custom TryFromJsValue Trait: Fixed an issue where #[wasm_bindgen] automatically derived the TryFrom trait for any struct, preventing custom TryFrom implementations. The wasm-bindgen derive macro has been updated to utilize the new TryFromJsValue trait. [#3709](https://github.com/rustwasm/wasm-bindgen/pull/3709) + ## [0.2.88](https://github.com/rustwasm/wasm-bindgen/compare/0.2.87...0.2.88)