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:
authorRuy Adorno <ruyadorno@hotmail.com>2022-02-08 20:17:00 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-02-10 21:23:49 +0300
commit36dadfa3828ce69675e25ee2775b2e259b38e00b (patch)
tree1307566fab45bec4e4781e46c2a8351671a481cb /doc/api/worker_threads.md
parentedc8c6eef110c5d836a7da0e239e3d1262030382 (diff)
2022-02-10, Version 17.5.0 (Current)
Notable changes: lib: * (SEMVER-MINOR) add fetch (Michaƫl Zasso) https://github.com/nodejs/node/pull/41749 module: * unflag esm json modules (Geoffrey Booth) https://github.com/nodejs/node/pull/41736 node-api: * (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) https://github.com/nodejs/node/pull/41329 stream: * (SEMVER-MINOR) add iterator helper find (linkgoron) https://github.com/nodejs/node/pull/41849 * (SEMVER-MINOR) add toArray (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41553 * (SEMVER-MINOR) add forEach method (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41445 * (SEMVER-MINOR) support some and every (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/41573 deps: * upgrade npm to 8.4.1 (npm team) [#41836](https://github.com/nodejs/node/pull/41836) PR-URL: https://github.com/nodejs/node/pull/41897
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 2b971a7a4a0..3e8158470d4 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -68,7 +68,7 @@ added:
- v15.12.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41272
description: No longer experimental.
-->
@@ -298,7 +298,7 @@ added:
- v15.12.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v17.5.0
pr-url: https://github.com/nodejs/node/pull/41272
description: No longer experimental.
-->