@@ -1872,7 +1872,7 @@ changes:
18721872 description: Runtime deprecation.
18731873-->
18741874
1875- Type: End-of-Life.
1875+ Type: End-of-Life
18761876
18771877The ` ecdhCurve ` option to ` tls.createSecureContext() ` and ` tls.TLSSocket ` could
18781878be set to ` false ` to disable ECDH entirely on the server only. This mode was
@@ -2230,7 +2230,8 @@ This deprecation has been superseded by the deprecation of the
22302230changes:
22312231 - version: v10.0.0
22322232 pr-url: https://github.com/nodejs/node/pull/18990
2233- description: Documentation-only deprecation.
2233+ description: Documentation-only deprecation
2234+ with `--pending-deprecation` support.
22342235-->
22352236
22362237Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2439,7 +2440,7 @@ changes:
24392440 pr-url:
24402441 - https://github.com/nodejs/node/pull/22519
24412442 - https://github.com/nodejs/node/pull/23017
2442- description: Added documentation -only deprecation
2443+ description: Documentation -only deprecation
24432444 with `--pending-deprecation` support.
24442445-->
24452446
@@ -2520,7 +2521,8 @@ It will become an error in future versions of Node.js.
25202521changes:
25212522 - version: v11.0.0
25222523 pr-url: https://github.com/nodejs/node/pull/23597
2523- description: Documentation-only deprecation.
2524+ description: Documentation-only deprecation
2525+ with `--pending-deprecation` support.
25242526-->
25252527
25262528Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2774,7 +2776,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
27742776changes:
27752777 - version: v12.12.0
27762778 pr-url: https://github.com/nodejs/node/pull/29781
2777- description: Documentation-only deprecation.
2779+ description: Documentation-only deprecation
2780+ with `--pending-deprecation` support.
27782781-->
27792782
27802783Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2909,7 +2912,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
29092912changes:
29102913 - version: v14.3.0
29112914 pr-url: https://github.com/nodejs/node/pull/33294
2912- description: Documentation-only (supports [`--pending-deprecation`][]).
2915+ description: Documentation-only deprecation
2916+ with `--pending-deprecation` support.
29132917-->
29142918
29152919Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2923,10 +2927,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
29232927changes:
29242928 - version: v14.3.0
29252929 pr-url: https://github.com/nodejs/node/pull/33294
2926- description: Documentation-only (supports [`--pending-deprecation`][]).
2930+ description: Documentation-only deprecation
2931+ with `--pending-deprecation` support.
29272932-->
29282933
2929- Type: Documentation-only
2934+ Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
29302935
29312936The ` node:repl ` module exports a ` _builtinLibs ` property that contains an array
29322937of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2942,6 +2947,7 @@ changes:
29422947-->
29432948
29442949Type: Runtime
2950+
29452951` Transform._transformState ` will be removed in future versions where it is
29462952no longer required due to simplification of the implementation.
29472953
@@ -3064,7 +3070,7 @@ changes:
30643070 description: Documentation-only deprecation.
30653071 -->
30663072
3067- Type: Documentation-only.
3073+ Type: Documentation-only
30683074
30693075Prefer [ ` message.socket ` ] [ ] over [ ` message.connection ` ] [ ] .
30703076
@@ -3288,7 +3294,7 @@ changes:
32883294 description: Documentation-only deprecation.
32893295-->
32903296
3291- Type: Runtime.
3297+ Type: Runtime
32923298
32933299This event was deprecated because it did not work with V8 promise combinators
32943300which diminished its usefulness.
0 commit comments