@@ -1818,7 +1818,7 @@ changes:
1818
1818
description: Runtime deprecation.
1819
1819
-->
1820
1820
1821
- Type: End-of-Life.
1821
+ Type: End-of-Life
1822
1822
1823
1823
The ` ecdhCurve ` option to ` tls.createSecureContext() ` and ` tls.TLSSocket ` could
1824
1824
be 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
2164
2164
changes:
2165
2165
- version: v10.0.0
2166
2166
pr-url: https://github.com/nodejs/node/pull/18990
2167
- description: Documentation-only deprecation.
2167
+ description: Documentation-only deprecation
2168
+ with `--pending-deprecation` support.
2168
2169
-->
2169
2170
2170
2171
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2370,7 +2371,7 @@ changes:
2370
2371
pr-url:
2371
2372
- https://github.com/nodejs/node/pull/22519
2372
2373
- https://github.com/nodejs/node/pull/23017
2373
- description: Added documentation -only deprecation
2374
+ description: Documentation -only deprecation
2374
2375
with `--pending-deprecation` support.
2375
2376
-->
2376
2377
@@ -2451,7 +2452,8 @@ It will become an error in future versions of Node.js.
2451
2452
changes:
2452
2453
- version: v11.0.0
2453
2454
pr-url: https://github.com/nodejs/node/pull/23597
2454
- description: Documentation-only deprecation.
2455
+ description: Documentation-only deprecation
2456
+ with `--pending-deprecation` support.
2455
2457
-->
2456
2458
2457
2459
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2696,7 +2698,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
2696
2698
changes:
2697
2699
- version: v12.12.0
2698
2700
pr-url: https://github.com/nodejs/node/pull/29781
2699
- description: Documentation-only deprecation.
2701
+ description: Documentation-only deprecation
2702
+ with `--pending-deprecation` support.
2700
2703
-->
2701
2704
2702
2705
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2831,7 +2834,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
2831
2834
changes:
2832
2835
- version: v14.3.0
2833
2836
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.
2835
2839
-->
2836
2840
2837
2841
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2845,10 +2849,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
2845
2849
changes:
2846
2850
- version: v14.3.0
2847
2851
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.
2849
2854
-->
2850
2855
2851
- Type: Documentation-only
2856
+ Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
2852
2857
2853
2858
The ` node:repl ` module exports a ` _builtinLibs ` property that contains an array
2854
2859
of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2864,6 +2869,7 @@ changes:
2864
2869
-->
2865
2870
2866
2871
Type: Runtime
2872
+
2867
2873
` Transform._transformState ` will be removed in future versions where it is
2868
2874
no longer required due to simplification of the implementation.
2869
2875
@@ -2986,7 +2992,7 @@ changes:
2986
2992
description: Documentation-only deprecation.
2987
2993
-->
2988
2994
2989
- Type: Documentation-only.
2995
+ Type: Documentation-only
2990
2996
2991
2997
Prefer [ ` message.socket ` ] [ ] over [ ` message.connection ` ] [ ] .
2992
2998
@@ -3210,7 +3216,7 @@ changes:
3210
3216
description: Documentation-only deprecation.
3211
3217
-->
3212
3218
3213
- Type: Runtime.
3219
+ Type: Runtime
3214
3220
3215
3221
This event was deprecated because it did not work with V8 promise combinators
3216
3222
which diminished its usefulness.
0 commit comments