Skip to content

Commit d7e4bb2

Browse files
addaleaxtargos
authored andcommitted
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 16d85d9 commit d7e4bb2

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: REPLACEME
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: REPLACEME
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)