Skip to content

Commit f564861

Browse files
committed
Adding a note about Node.js update (to version 18.17.1) into CHANGELOG.md.
1 parent c8a770c commit f564861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [release calendar](https://www.graalvm.org/release-calendar/) for release da
77

88
## Version 23.1.0
99
* ECMAScript 2023 mode/features enabled by default.
10-
* Updated Node.js to version 18.16.1.
10+
* Updated Node.js to version 18.17.1.
1111
* Implemented the [Async Context](https://github.com/tc39/proposal-async-context) proposal. It is available behind the experimental option `--js.async-context`.
1212
* `FinalizationRegistry.prototype.cleanupSome` is not enabled by default any more; it has been moved to ECMAScript staging mode (`--js.ecmascript-version=staging`).
1313
* Added an experimental option `--js.allow-narrow-spaces-in-date-format` (enabled by default). When this option is set to `false` then narrow spaces in date/time formats are replaced by a space (`0x20`).

0 commit comments

Comments
 (0)