From aa511053be3214536dcf8f5c3c424bb88ea2fe3a Mon Sep 17 00:00:00 2001 From: Shubheksha Jalan Date: Tue, 11 Apr 2017 00:05:07 +0530 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Sam Roberts Reviewed-By: Alexey Orlenko Reviewed-By: James M Snell --- doc/api/fs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 1b2a3c791532c0..94683c0d3dc2a5 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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}