Skip to content

Commit fcacf68

Browse files
committed
CHANGELOG entry
1 parent 49d2309 commit fcacf68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ See [version roadmap](https://www.graalvm.org/release-notes/version-roadmap/) fo
99
* GraalVM JavaScript is now an installable component of GraalVM. It can be installed with `gu install js`.
1010
* Removed experimental option `commonjs-global-properties`. The same functionality can be achieved in user code with a direct call to `require()` after context creation.
1111
* Added an experimental option `--js.zone-rules-based-time-zones` that allows to use timezone-related data from `ZoneRulesProvider` (instead of ICU4J data files).
12+
* Temporal objects can be converted to compatible Java objects when possible, using the `Value` API's methods like `asDate()`.
1213

1314
## Version 22.1.0
1415
* Updated Node.js to version 16.14.2.

0 commit comments

Comments
 (0)