Skip to content

Commit 97fe768

Browse files
committed
Adding a note about js.stack-trace-api option into change-log.
1 parent 6eecdce commit 97fe768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
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 24.2.0
99
* Implemented the [`Promise.try`](https://github.com/tc39/proposal-promise-try) proposal. It is available in ECMAScript staging mode (`--js.ecmascript-version=staging`).
10-
* Usage of non-standard extensions `Error.prepareStackTrace` and `Error.stackTraceLimit` has been limited to `js.v8-compat` mode only.
10+
* Added option `js.stack-trace-api` that enables/disables `Error.captureStackTrace`, `Error.prepareStackTrace` and `Error.stackTraceLimit`.
1111

1212
## Version 24.1.0
1313
* ECMAScript 2024 mode/features enabled by default.

0 commit comments

Comments
 (0)