From 0a46290ae89faedb4726f2b58f6c6866b745acf0 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Tue, 7 Jan 2025 09:56:59 +0100 Subject: [PATCH] Move changelog entry --- CHANGELOG.md | 3 +++ crates/js-sys/CHANGELOG.md | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bd83de8e0..f144ab366c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/crates/js-sys/CHANGELOG.md b/crates/js-sys/CHANGELOG.md index 7728cc11981..5a4de395eeb 100644 --- a/crates/js-sys/CHANGELOG.md +++ b/crates/js-sys/CHANGELOG.md @@ -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