Skip to content

Commit aa51105

Browse files
shubhekshaevanlucas
authored andcommitted
doc: add missing changelog entry for fs.readdir()
Document that the `options` parameter of `fs.readdir()` was added in Node.js 6.0.0. PR-URL: #12312 Fixes: #12299 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f316b50 commit aa51105

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/fs.md

+3
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,9 @@ changes:
14421442
pr-url: https://github.com/nodejs/node/pull/7897
14431443
description: The `callback` parameter is no longer optional. Not passing
14441444
it will emit a deprecation warning.
1445+
- version: v6.0.0
1446+
pr-url: https://github.com/nodejs/node/pull/5616
1447+
description: The `options` parameter was added.
14451448
-->
14461449

14471450
* `path` {string|Buffer}

0 commit comments

Comments
 (0)