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:
-rw-r--r--doc/api/fs.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 74c73e97208..ee86f611a4f 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2427,6 +2427,10 @@ Synchronous lstat(2).
<!-- YAML
added: v0.1.8
changes:
+ - version: v13.11.0
+ pr-url: https://github.com/nodejs/node/pull/31530
+ description: In `recursive` mode, the callback now receives the first
+ created path as an argument.
- version: v10.12.0
pr-url: https://github.com/nodejs/node/pull/21875
description: The second argument can now be an `options` object with
@@ -2485,6 +2489,9 @@ See also: mkdir(2).
<!-- YAML
added: v0.1.21
changes:
+ - version: v13.11.0
+ pr-url: https://github.com/nodejs/node/pull/31530
+ description: In `recursive` mode, the first created path is returned now.
- version: v10.12.0
pr-url: https://github.com/nodejs/node/pull/21875
description: The second argument can now be an `options` object with