Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
behrenle committed Oct 24, 2024
1 parent 6a09c14 commit c73ef02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
* Added JSDoc type annotations to C-style enums.
[#4192](https://github.com/rustwasm/wasm-bindgen/pull/4192)

* Added bindings for `StaticRange`.
[#4221](https://github.com/rustwasm/wasm-bindgen/pull/4221)

* Added bindings for `AbstractRange`.
[#4221](https://github.com/rustwasm/wasm-bindgen/pull/4221)

### Changed

* String enums now generate private TypeScript types but only if used.
Expand Down

0 comments on commit c73ef02

Please sign in to comment.