Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan English <bryan@bryanenglish.com>2022-03-21 20:24:12 +0300
committerBryan English <bryan@bryanenglish.com>2022-03-22 17:34:05 +0300
commit3579f6d0449b3c577627859bf8c5ef700565f970 (patch)
treebd6231f97096c5fb031a200925e4f424a84f7118 /doc/api/async_context.md
parent3c4ee5267a522a8f16907c4b3726dd4afb29d4f6 (diff)
2022-03-22, Version 17.8.0 (Current)
Notable changes: doc: * add @ShogunPanda to collaborators (Shogun) https://github.com/nodejs/node/pull/42362 * deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) https://github.com/nodejs/node/pull/42149 http: * (SEMVER-MINOR) trace http client by perf_hooks (theanarkh) https://github.com/nodejs/node/pull/42345 deps: * upgrade npm to 8.5.5 (npm team) https://github.com/nodejs/node/pull/42382 * update undici to 4.15.1 (Michaƫl Zasso) https://github.com/nodejs/node/pull/42246 PR-URL: https://github.com/nodejs/node/pull/42425
Diffstat (limited to 'doc/api/async_context.md')
-rw-r--r--doc/api/async_context.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/async_context.md b/doc/api/async_context.md
index 065aafd2218..e8011a75d1d 100644
--- a/doc/api/async_context.md
+++ b/doc/api/async_context.md
@@ -446,7 +446,7 @@ added:
- v14.8.0
- v12.19.0
changes:
- - version: REPLACEME
+ - version: v17.8.0
pr-url: https://github.com/nodejs/node/pull/42177
description: Changed the default when `thisArg` is undefined to use `this`
from the caller.
@@ -472,7 +472,7 @@ added:
- v14.8.0
- v12.19.0
changes:
- - version: REPLACEME
+ - version: v17.8.0
pr-url: https://github.com/nodejs/node/pull/42177
description: Changed the default when `thisArg` is undefined to use `this`
from the caller.