summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 63faf07626..b6ec7fb721 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -590,6 +590,9 @@ Type: End-of-Life
### DEP0027: util.puts()
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/xxxxx
+ description: End-of-Life.
- version:
- v4.8.6
- v6.12.0
@@ -600,9 +603,9 @@ changes:
description: Runtime deprecation.
-->
-Type: Runtime
+Type: End-of-Life
-The [`util.puts()`][] API is deprecated. Please use [`console.log()`][] instead.
+`util.puts()` has been removed. Please use [`console.log()`][] instead.
<a id="DEP0028"></a>
### DEP0028: util.debug()
@@ -2413,7 +2416,6 @@ Setting the TLS ServerName to an IP address is not permitted by
[`util.isSymbol()`]: util.html#util_util_issymbol_object
[`util.isUndefined()`]: util.html#util_util_isundefined_object
[`util.log()`]: util.html#util_util_log_string
-[`util.puts()`]: util.html#util_util_puts_strings
[`util.types`]: util.html#util_util_types
[`util`]: util.html
[`worker.exitedAfterDisconnect`]: cluster.html#cluster_worker_exitedafterdisconnect