Skip to content

Commit c0668fe

Browse files
committed
doc: add missing changes: entry for mkdir
Refs: #31530 PR-URL: #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>
1 parent 037f844 commit c0668fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/fs.md

+7
Original file line numberDiff line numberDiff line change
@@ -2427,6 +2427,10 @@ Synchronous lstat(2).
24272427
<!-- YAML
24282428
added: v0.1.8
24292429
changes:
2430+
- version: v13.11.0
2431+
pr-url: https://github.com/nodejs/node/pull/31530
2432+
description: In `recursive` mode, the callback now receives the first
2433+
created path as an argument.
24302434
- version: v10.12.0
24312435
pr-url: https://github.com/nodejs/node/pull/21875
24322436
description: The second argument can now be an `options` object with
@@ -2485,6 +2489,9 @@ See also: mkdir(2).
24852489
<!-- YAML
24862490
added: v0.1.21
24872491
changes:
2492+
- version: v13.11.0
2493+
pr-url: https://github.com/nodejs/node/pull/31530
2494+
description: In `recursive` mode, the first created path is returned now.
24882495
- version: v10.12.0
24892496
pr-url: https://github.com/nodejs/node/pull/21875
24902497
description: The second argument can now be an `options` object with

0 commit comments

Comments
 (0)