File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2143,6 +2143,10 @@ Synchronous lstat(2).
2143
2143
<!-- YAML
2144
2144
added: v0.1.8
2145
2145
changes:
2146
+ - version: REPLACEME
2147
+ pr-url: https://github.com/nodejs/node/pull/21875
2148
+ description: The second argument can now be an `options` object with
2149
+ `recursive` and `mode` properties.
2146
2150
- version: v10.0.0
2147
2151
pr-url: https://github.com/nodejs/node/pull/12562
2148
2152
description: The `callback` parameter is no longer optional. Not passing
@@ -2184,6 +2188,10 @@ See also: mkdir(2).
2184
2188
<!-- YAML
2185
2189
added: v0.1.21
2186
2190
changes:
2191
+ - version: REPLACEME
2192
+ pr-url: https://github.com/nodejs/node/pull/21875
2193
+ description: The second argument can now be an `options` object with
2194
+ `recursive` and `mode` properties.
2187
2195
- version: v7.6.0
2188
2196
pr-url: https://github.com/nodejs/node/pull/10739
2189
2197
description: The `path` parameter can be a WHATWG `URL` object using `file:`
You can’t perform that action at this time.
0 commit comments