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: https://github.com/nodejs/node/pull/12312 Fixes: https://github.com/nodejs/node/issues/12299 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
0f69f40af0
commit
4ac3ef5cc8
@ -1442,6 +1442,9 @@ changes:
|
||||
pr-url: https://github.com/nodejs/node/pull/7897
|
||||
description: The `callback` parameter is no longer optional. Not passing
|
||||
it will emit a deprecation warning.
|
||||
- version: v6.0.0
|
||||
pr-url: https://github.com/nodejs/node/pull/5616
|
||||
description: The `options` parameter was added.
|
||||
-->
|
||||
|
||||
* `path` {string|Buffer}
|
||||
|
Loading…
x
Reference in New Issue
Block a user