Skip to content

Commit 3a1608d

Browse files
committed
Updating CHANGELOG.md after Node.js v14.16.1 update.
1 parent cd38485 commit 3a1608d

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
@@ -4,7 +4,7 @@ This changelog summarizes major changes between GraalVM versions of the GraalVM
44
The main focus is on user-observable behavior of the engine.
55

66
## Version 21.1.0
7-
* Updated Node.js to version 14.16.0.
7+
* Updated Node.js to version 14.16.1.
88
* Prototype of WebAssembly JavaScript Interface implemented. It is available behind the `--js.webassembly` flag.
99
* Implemented iterator interop support, enabling foreign objects that have an iterator to be used where JS expects iterables, as well as JS iterables to be used in other languages and via the [Value](https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/Value.html#getIterator--) API.
1010
* Adopted new buffer interop support, allowing foreign buffers to be used with typed arrays and `DataView`, without copying. Likewise enables `ArrayBuffer` to be used in other languages.

0 commit comments

Comments
 (0)