@@ -1818,7 +1818,7 @@ changes:
18181818 description: Runtime deprecation.
18191819-->
18201820
1821- Type: End-of-Life.
1821+ Type: End-of-Life
18221822
18231823The ` ecdhCurve ` option to ` tls.createSecureContext() ` and ` tls.TLSSocket ` could
18241824be set to ` false ` to disable ECDH entirely on the server only. This mode was
@@ -2164,7 +2164,8 @@ This deprecation has been superseded by the deprecation of the
21642164changes:
21652165 - version: v10.0.0
21662166 pr-url: https://github.com/nodejs/node/pull/18990
2167- description: Documentation-only deprecation.
2167+ description: Documentation-only deprecation
2168+ with `--pending-deprecation` support.
21682169-->
21692170
21702171Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2370,7 +2371,7 @@ changes:
23702371 pr-url:
23712372 - https://github.com/nodejs/node/pull/22519
23722373 - https://github.com/nodejs/node/pull/23017
2373- description: Added documentation -only deprecation
2374+ description: Documentation -only deprecation
23742375 with `--pending-deprecation` support.
23752376-->
23762377
@@ -2451,7 +2452,8 @@ It will become an error in future versions of Node.js.
24512452changes:
24522453 - version: v11.0.0
24532454 pr-url: https://github.com/nodejs/node/pull/23597
2454- description: Documentation-only deprecation.
2455+ description: Documentation-only deprecation
2456+ with `--pending-deprecation` support.
24552457-->
24562458
24572459Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2696,7 +2698,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
26962698changes:
26972699 - version: v12.12.0
26982700 pr-url: https://github.com/nodejs/node/pull/29781
2699- description: Documentation-only deprecation.
2701+ description: Documentation-only deprecation
2702+ with `--pending-deprecation` support.
27002703-->
27012704
27022705Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2831,7 +2834,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
28312834changes:
28322835 - version: v14.3.0
28332836 pr-url: https://github.com/nodejs/node/pull/33294
2834- description: Documentation-only (supports [`--pending-deprecation`][]).
2837+ description: Documentation-only deprecation
2838+ with `--pending-deprecation` support.
28352839-->
28362840
28372841Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2845,10 +2849,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
28452849changes:
28462850 - version: v14.3.0
28472851 pr-url: https://github.com/nodejs/node/pull/33294
2848- description: Documentation-only (supports [`--pending-deprecation`][]).
2852+ description: Documentation-only deprecation
2853+ with `--pending-deprecation` support.
28492854-->
28502855
2851- Type: Documentation-only
2856+ Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
28522857
28532858The ` node:repl ` module exports a ` _builtinLibs ` property that contains an array
28542859of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2864,6 +2869,7 @@ changes:
28642869-->
28652870
28662871Type: Runtime
2872+
28672873` Transform._transformState ` will be removed in future versions where it is
28682874no longer required due to simplification of the implementation.
28692875
@@ -2986,7 +2992,7 @@ changes:
29862992 description: Documentation-only deprecation.
29872993 -->
29882994
2989- Type: Documentation-only.
2995+ Type: Documentation-only
29902996
29912997Prefer [ ` message.socket ` ] [ ] over [ ` message.connection ` ] [ ] .
29922998
@@ -3210,7 +3216,7 @@ changes:
32103216 description: Documentation-only deprecation.
32113217-->
32123218
3213- Type: Runtime.
3219+ Type: Runtime
32143220
32153221This event was deprecated because it did not work with V8 promise combinators
32163222which diminished its usefulness.
0 commit comments