Skip to content

Commit 6cf20d5

Browse files
marco-ippolitonodejs-github-bot
authored andcommitted
util: runtime deprecate util.isUndefined
PR-URL: #50488 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 09e4249 commit 6cf20d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/api/deprecations.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,9 @@ The [`util.isSymbol()`][] API is deprecated.
12901290

12911291
<!-- YAML
12921292
changes:
1293+
- version: REPLACEME
1294+
pr-url: https://github.com/nodejs/node/pull/50488
1295+
description: Runtime deprecation.
12931296
- version:
12941297
- v6.12.0
12951298
- v4.8.6
@@ -1302,7 +1305,7 @@ changes:
13021305
description: Documentation-only deprecation.
13031306
-->
13041307

1305-
Type: Documentation-only
1308+
Type: Runtime
13061309

13071310
The [`util.isUndefined()`][] API is deprecated.
13081311

0 commit comments

Comments
 (0)