Skip to content

Commit d0b58d2

Browse files
committed
update changelog with SIMD removal
1 parent b041d90 commit d0b58d2

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
@@ -21,6 +21,7 @@ The main focus is on user-observable behavior of the engine.
2121
* Enabled the [Hashbang Grammar](https://github.com/tc39/proposal-hashbang) proposal, by enabling the `--js.shebang` option by default in ECMAScript 2020 or later.
2222
* Updated ICU4J library to version 66.1.
2323
* Moved `String.prototype.replaceAll` to ECMAScript version 2021 (`--js.ecmascript-version=2021`).
24+
* Removed [SIMD.js](https://github.com/tc39/ecmascript_simd) implementation.
2425

2526
## Version 20.0.0
2627
* Implemented support for public and private class fields, both instance and static (based on the [class fields](https://github.com/tc39/proposal-class-fields) and [static class features](https://github.com/tc39/proposal-static-class-features) proposals). This feature is available by default in Node.js and can be enabled using the experimental option `js.class-fields`.

0 commit comments

Comments
 (0)