Skip to content

Commit 860a10e

Browse files
marco-ippolitonodejs-github-bot
authored andcommitted
util: runtime deprecate util.isNull
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 70330f5 commit 860a10e

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
@@ -1106,6 +1106,9 @@ The [`util.isFunction()`][] API is deprecated.
11061106

11071107
<!-- YAML
11081108
changes:
1109+
- version: REPLACEME
1110+
pr-url: https://github.com/nodejs/node/pull/50488
1111+
description: Runtime deprecation.
11091112
- version:
11101113
- v6.12.0
11111114
- v4.8.6
@@ -1118,7 +1121,7 @@ changes:
11181121
description: Documentation-only deprecation.
11191122
-->
11201123

1121-
Type: Documentation-only
1124+
Type: Runtime
11221125

11231126
The [`util.isNull()`][] API is deprecated.
11241127

0 commit comments

Comments
 (0)