summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-01-07 12:53:58 -0500
committercjihrig <cjihrig@gmail.com>2019-01-10 09:00:12 -0500
commit10df21b0714daae8ec9b1507e77bab7ae07e8fa7 (patch)
tree79cf6a3c47333bf848a8aff16c07588d57316e4c /doc/api/deprecations.md
parent2d578ad996de13acbe1227a8565c89dcd95d8bc8 (diff)
downloadandroid-node-v8-10df21b0714daae8ec9b1507e77bab7ae07e8fa7.tar.gz
android-node-v8-10df21b0714daae8ec9b1507e77bab7ae07e8fa7.tar.bz2
android-node-v8-10df21b0714daae8ec9b1507e77bab7ae07e8fa7.zip
lib: move DEP0027 to end of life
PR-URL: https://github.com/nodejs/node/pull/25377 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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