Skip to content

Commit 100b9f4

Browse files
authored
doc: add change entries for fs
Added change entries for the `mkdtemp()` and `mkdtempSync()` methods. Refs: #39028
1 parent 3acb547 commit 100b9f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/api/fs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,10 @@ rejection only when `recursive` is false.
802802
### `fsPromises.mkdtemp(prefix[, options])`
803803
<!-- YAML
804804
added: v10.0.0
805+
changes:
806+
- version: REPLACEME
807+
pr-url: https://github.com/nodejs/node/pull/39028
808+
description: The `prefix` parameter now accepts an empty string.
805809
-->
806810
807811
* `prefix` {string}
@@ -2573,6 +2577,9 @@ See the POSIX mkdir(2) documentation for more details.
25732577
<!-- YAML
25742578
added: v5.10.0
25752579
changes:
2580+
- version: REPLACEME
2581+
pr-url: https://github.com/nodejs/node/pull/39028
2582+
description: The `prefix` parameter now accepts an empty string.
25762583
- version: v10.0.0
25772584
pr-url: https://github.com/nodejs/node/pull/12562
25782585
description: The `callback` parameter is no longer optional. Not passing
@@ -4505,6 +4512,10 @@ See the POSIX mkdir(2) documentation for more details.
45054512
### `fs.mkdtempSync(prefix[, options])`
45064513
<!-- YAML
45074514
added: v5.10.0
4515+
changes:
4516+
- version: REPLACEME
4517+
pr-url: https://github.com/nodejs/node/pull/39028
4518+
description: The `prefix` parameter now accepts an empty string.
45084519
-->
45094520
45104521
* `prefix` {string}

0 commit comments

Comments
 (0)