Skip to content

Commit 1e27f66

Browse files
committed
doc: add missing changes: entry for mkdir
Refs: #31530 PR-URL: #32490 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 432e58f commit 1e27f66

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
@@ -2438,6 +2438,10 @@ Synchronous lstat(2).
24382438
<!-- YAML
24392439
added: v0.1.8
24402440
changes:
2441+
- version: v13.11.0
2442+
pr-url: https://github.com/nodejs/node/pull/31530
2443+
description: In `recursive` mode, the callback now receives the first
2444+
created path as an argument.
24412445
- version: v10.12.0
24422446
pr-url: https://github.com/nodejs/node/pull/21875
24432447
description: The second argument can now be an `options` object with
@@ -2496,6 +2500,9 @@ See also: mkdir(2).
24962500
<!-- YAML
24972501
added: v0.1.21
24982502
changes:
2503+
- version: v13.11.0
2504+
pr-url: https://github.com/nodejs/node/pull/31530
2505+
description: In `recursive` mode, the first created path is returned now.
24992506
- version: v10.12.0
25002507
pr-url: https://github.com/nodejs/node/pull/21875
25012508
description: The second argument can now be an `options` object with

0 commit comments

Comments
 (0)