Skip to content

Commit e91a07f

Browse files
committed
doc: add missing changes: entry for mkdir
Refs: nodejs#31530
1 parent c78d3f2 commit e91a07f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/fs.md

Lines changed: 7 additions & 0 deletions
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)