Skip to content

Commit 4d12270

Browse files
committed
doc: add changelogs for vm
PR-URL: #11489 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent b868468 commit 4d12270

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/api/vm.md

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ executed in specific sandboxes (or "contexts").
2525
### new vm.Script(code, options)
2626
<!-- YAML
2727
added: v0.3.1
28+
changes:
29+
- version: v5.7.0
30+
pr-url: https://github.com/nodejs/node/pull/4777
31+
description: The `cachedData` and `produceCachedData` options are
32+
supported now.
2833
-->
2934

3035
* `code` {string} The JavaScript code to compile.
@@ -60,6 +65,10 @@ each run, just for that run.
6065
### script.runInContext(contextifiedSandbox[, options])
6166
<!-- YAML
6267
added: v0.3.1
68+
changes:
69+
- version: v6.3.0
70+
pr-url: https://github.com/nodejs/node/pull/6635
71+
description: The `breakOnSigint` option is supported now.
6372
-->
6473

6574
* `contextifiedSandbox` {Object} A [contextified][] object as returned by the

0 commit comments

Comments
 (0)