diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da50a845ef..49766d9e4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ### Added +* Support for iterable in WebIDL. Gives `entries`, `keys`, `values` methods for regular and asynchronous, as well as 'for_each` for normal iterables + [#3962](https://github.com/rustwasm/wasm-bindgen/pull/3962) + * Allow exporting functions named `default`. Throw error in wasm-bindgen-cli if --target web and an exported symbol is named `default`. [#3930](https://github.com/rustwasm/wasm-bindgen/pull/3930)