diff --git a/doc/api/domain.md b/doc/api/domain.md index 109e41f749f1b4..c878ce892ccc64 100644 --- a/doc/api/domain.md +++ b/doc/api/domain.md @@ -1,5 +1,6 @@ # Domain > Stability: 0 - Deprecated: Use [`emitter.listenerCount()`][] instead. diff --git a/doc/api/fs.md b/doc/api/fs.md index 1816a694c437a4..b4fa56119bb308 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2403,6 +2403,8 @@ 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 with id DEP0013. + - version: v0.4.7 + description: Documentation-only deprecation. --> * `path` {string|Buffer|URL} @@ -2420,6 +2422,8 @@ changes: - version: v10.6.0 pr-url: https://github.com/nodejs/node/pull/21498 description: This API is no longer deprecated. + - version: v0.4.7 + description: Documentation-only deprecation. --> * `path` {string|Buffer|URL} diff --git a/doc/api/punycode.md b/doc/api/punycode.md index bcdfb9a167fd04..d19d79f8195a78 100644 --- a/doc/api/punycode.md +++ b/doc/api/punycode.md @@ -1,9 +1,6 @@ # Punycode