Skip to content

Commit

Permalink
doc: add missing changes: entry for mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Mar 25, 2020
1 parent c78d3f2 commit e91a07f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api/fs.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e91a07f

Please sign in to comment.