diff --git a/doc/api/path.md b/doc/api/path.md index f08bd86792355b..ffc90ad25c8815 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -289,10 +289,12 @@ path.format({ added: - v22.5.0 - v20.17.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/59572 + description: Marking the API stable. --> -> Stability: 1 - Experimental - * `path` {string} The path to glob-match against. * `pattern` {string} The glob to check the path against. * Returns: {boolean} Whether or not the `path` matched the `pattern`.