From fb395975eff589fb1d8d7badd08ef0eb14077555 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:46 +0100 Subject: [PATCH] doc: add changelogs for path PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/path.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/api/path.md b/doc/api/path.md index df65616b6c4..f284c500595 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -57,6 +57,10 @@ path.posix.basename('/tmp/myfile.html'); ## path.basename(path[, ext]) * `path` {String} @@ -114,6 +118,10 @@ process.env.PATH.split(path.delimiter) ## path.dirname(path) * `path` {String} @@ -134,6 +142,10 @@ A [`TypeError`][] is thrown if `path` is not a string. ## path.extname(path) * `path` {String} @@ -408,6 +420,11 @@ of the `path` methods. ## path.relative(from, to) * `from` {String}