Skip to content

Commit

Permalink
Adding a note about js.stack-trace-api option into change-log.
Browse files Browse the repository at this point in the history
(cherry picked from commit 97fe768)
  • Loading branch information
iamstolis authored and woess committed Aug 3, 2024
1 parent 5d26b52 commit e118c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See [release calendar](https://www.graalvm.org/release-calendar/) for release da
* Implemented the [Resizable and Growable ArrayBuffers](https://github.com/tc39/proposal-resizablearraybuffer) proposal.
* Updated Node.js to version 20.15.1.
* Made option `js.esm-eval-returns-exports` stable and allowed in `SandboxPolicy.UNTRUSTED`.
* Usage of non-standard extensions `Error.prepareStackTrace` and `Error.stackTraceLimit` has been limited to `js.v8-compat` mode only.
* Added option `js.stack-trace-api` that enables/disables `Error.captureStackTrace`, `Error.prepareStackTrace` and `Error.stackTraceLimit`.

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

0 comments on commit e118c7b

Please sign in to comment.