Skip to content

Commit

Permalink
Added Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-M committed Oct 10, 2024
1 parent c133ade commit 3c1e334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

### Added

* Added bindings for [MathML](https://www.w3.org/TR/MathML3/) elements and added support for the [`HTMLOrSVGElement`](https://html.spec.whatwg.org/#htmlorsvgelement) `mixin` (which is named `HTMLOrForeignElement` here), which is used for all interfaces deriving from `Element`.
[#4143](https://github.com/rustwasm/wasm-bindgen/pull/4143)

* Added support for implicit discriminants in enums.
[#4152](https://github.com/rustwasm/wasm-bindgen/pull/4152)

Expand Down

0 comments on commit 3c1e334

Please sign in to comment.