Skip to content

Commit

Permalink
Move changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jan 7, 2025
1 parent b113047 commit 0a46290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
* Add `--list`, `--ignored`, `--exact` and `--nocapture` to `wasm-bindgen-test-runner`, analogous to `cargo test`.
[#4356](https://github.com/rustwasm/wasm-bindgen/pull/4356)

* Add bindings to `Date.to_locale_time_string_with_options`.
[#4384](https://github.com/rustwasm/wasm-bindgen/pull/4384)

### Changed

* Optional parameters are now typed as `T | undefined | null` to reflect the actual JS behavior.
Expand Down
6 changes: 0 additions & 6 deletions crates/js-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# `js-sys` Change Log

--------------------------------------------------------------------------------
## Unreleased

### Added

* Added bindings to `Date.to_locale_time_string_with_options`
[#4384](https://github.com/rustwasm/wasm-bindgen/pull/4384)

## 0.2.1

Expand Down

0 comments on commit 0a46290

Please sign in to comment.