File tree Expand file tree Collapse file tree 8 files changed +252
-10
lines changed
Expand file tree Collapse file tree 8 files changed +252
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ release.
2929</tr >
3030<tr >
3131 <td valign="top">
32- <b ><a href =" doc/changelogs/CHANGELOG_V9.md#9.5.0 " >9.5.0</a ></b ><br />
32+ <b ><a href =" doc/changelogs/CHANGELOG_V9.md#9.6.0 " >9.6.0</a ></b ><br />
33+ <a href =" doc/changelogs/CHANGELOG_V9.md#9.5.0 " >9.5.0</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V9.md#9.4.0 " >9.4.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V9.md#9.3.0 " >9.3.0</a ><br />
3536<a href =" doc/changelogs/CHANGELOG_V9.md#9.2.1 " >9.2.1</a ><br />
Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ class DBQuery extends AsyncResource {
673673
674674#### ` asyncResource.runInAsyncScope(fn[, thisArg, ...args]) `
675675<!-- YAML
676- added: REPLACEME
676+ added: v9.6.0
677677-->
678678
679679* ` fn ` {Function} The function to call in the execution context of this async
@@ -688,7 +688,7 @@ then restore the original execution context.
688688
689689#### ` asyncResource.emitBefore() `
690690<!-- YAML
691- deprecated: REPLACEME
691+ deprecated: v9.6.0
692692-->
693693> Stability: 0 - Deprecated: Use [ ` asyncResource.runInAsyncScope() ` ] [ ] instead.
694694
@@ -706,7 +706,7 @@ alternative.
706706
707707#### ` asyncResource.emitAfter() `
708708<!-- YAML
709- deprecated: REPLACEME
709+ deprecated: v9.6.0
710710-->
711711> Stability: 0 - Deprecated: Use [ ` asyncResource.runInAsyncScope() ` ] [ ] instead.
712712
Original file line number Diff line number Diff line change @@ -1716,7 +1716,7 @@ Found'`.
17161716<!-- YAML
17171717added: v0.1.13
17181718changes:
1719- - version: REPLACEME
1719+ - version: v9.6.0
17201720 pr-url: https://github.com/nodejs/node/pull/15752
17211721 description: The `options` argument is supported now.
17221722-->
Original file line number Diff line number Diff line change @@ -1655,7 +1655,7 @@ changes:
16551655 pr-url: https://github.com/nodejs/node/pull/16676
16561656 description: Added the `maxHeaderListPairs` option with a default limit of
16571657 128 header pairs.
1658- - version: REPLACEME
1658+ - version: v9.6.0
16591659 pr-url: https://github.com/nodejs/node/pull/15752
16601660 description: Added the `Http1IncomingMessage` and `Http1ServerResponse`
16611661 option.
Original file line number Diff line number Diff line change @@ -3431,7 +3431,7 @@ may be required when implementing custom async behavior that does not use
34313431
34323432### *napi_open_callback_scope*
34333433<!-- YAML
3434- added: REPLACEME
3434+ added: v9.6.0
34353435-->
34363436```C
34373437NAPI_EXTERN napi_status napi_open_callback_scope(napi_env env,
@@ -3456,7 +3456,7 @@ the required scope.
34563456
34573457### *napi_close_callback_scope*
34583458<!-- YAML
3459- added: REPLACEME
3459+ added: v9.6.0
34603460-->
34613461```C
34623462NAPI_EXTERN napi_status napi_close_callback_scope(napi_env env,
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ to mark specific significant moments in the Performance Timeline.
127127
128128### performance.maxEntries
129129<!-- YAML
130- added: REPLACEME
130+ added: v9.6.0
131131-->
132132
133133Value: {number}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ code**.
4545
4646## Class: vm.Module
4747<!-- YAML
48- added: REPLACEME
48+ added: v9.6.0
4949-->
5050
5151> Stability: 1 - Experimental
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments