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
path: root/doc/api
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-03-25 23:02:46 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-29 23:31:56 +0300
commitc0668fec2a0d08b42a981216b179875e83ba38ad (patch)
treeac738abac3be035d42733fa55dd76bcefd3286aa /doc/api
parent037f8448bee5ca62ea6bd771495c59c81258ab94 (diff)
doc: add missing changes: entry for mkdir
Refs: https://github.com/nodejs/node/pull/31530 PR-URL: https://github.com/nodejs/node/pull/32490 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'doc/api')
-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