Skip to content

Commit e118c7b

Browse files
iamstoliswoess
authored andcommitted
Adding a note about js.stack-trace-api option into change-log.
(cherry picked from commit 97fe768)
1 parent 5d26b52 commit e118c7b

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
@@ -13,7 +13,7 @@ See [release calendar](https://www.graalvm.org/release-calendar/) for release da
1313
* Implemented the [Resizable and Growable ArrayBuffers](https://github.com/tc39/proposal-resizablearraybuffer) proposal.
1414
* Updated Node.js to version 20.15.1.
1515
* Made option `js.esm-eval-returns-exports` stable and allowed in `SandboxPolicy.UNTRUSTED`.
16-
* Usage of non-standard extensions `Error.prepareStackTrace` and `Error.stackTraceLimit` has been limited to `js.v8-compat` mode only.
16+
* Added option `js.stack-trace-api` that enables/disables `Error.captureStackTrace`, `Error.prepareStackTrace` and `Error.stackTraceLimit`.
1717

1818
## Version 24.0.0
1919
* Implemented the [WebAssembly threads](https://github.com/WebAssembly/threads) proposal.

0 commit comments

Comments
 (0)