@@ -1872,7 +1872,7 @@ changes:
1872
1872
description: Runtime deprecation.
1873
1873
-->
1874
1874
1875
- Type: End-of-Life.
1875
+ Type: End-of-Life
1876
1876
1877
1877
The ` ecdhCurve ` option to ` tls.createSecureContext() ` and ` tls.TLSSocket ` could
1878
1878
be 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
2230
2230
changes:
2231
2231
- version: v10.0.0
2232
2232
pr-url: https://github.com/nodejs/node/pull/18990
2233
- description: Documentation-only deprecation.
2233
+ description: Documentation-only deprecation
2234
+ with `--pending-deprecation` support.
2234
2235
-->
2235
2236
2236
2237
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2439,7 +2440,7 @@ changes:
2439
2440
pr-url:
2440
2441
- https://github.com/nodejs/node/pull/22519
2441
2442
- https://github.com/nodejs/node/pull/23017
2442
- description: Added documentation -only deprecation
2443
+ description: Documentation -only deprecation
2443
2444
with `--pending-deprecation` support.
2444
2445
-->
2445
2446
@@ -2520,7 +2521,8 @@ It will become an error in future versions of Node.js.
2520
2521
changes:
2521
2522
- version: v11.0.0
2522
2523
pr-url: https://github.com/nodejs/node/pull/23597
2523
- description: Documentation-only deprecation.
2524
+ description: Documentation-only deprecation
2525
+ with `--pending-deprecation` support.
2524
2526
-->
2525
2527
2526
2528
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2774,7 +2776,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
2774
2776
changes:
2775
2777
- version: v12.12.0
2776
2778
pr-url: https://github.com/nodejs/node/pull/29781
2777
- description: Documentation-only deprecation.
2779
+ description: Documentation-only deprecation
2780
+ with `--pending-deprecation` support.
2778
2781
-->
2779
2782
2780
2783
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2909,7 +2912,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
2909
2912
changes:
2910
2913
- version: v14.3.0
2911
2914
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.
2913
2917
-->
2914
2918
2915
2919
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2923,10 +2927,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
2923
2927
changes:
2924
2928
- version: v14.3.0
2925
2929
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.
2927
2932
-->
2928
2933
2929
- Type: Documentation-only
2934
+ Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
2930
2935
2931
2936
The ` node:repl ` module exports a ` _builtinLibs ` property that contains an array
2932
2937
of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2942,6 +2947,7 @@ changes:
2942
2947
-->
2943
2948
2944
2949
Type: Runtime
2950
+
2945
2951
` Transform._transformState ` will be removed in future versions where it is
2946
2952
no longer required due to simplification of the implementation.
2947
2953
@@ -3064,7 +3070,7 @@ changes:
3064
3070
description: Documentation-only deprecation.
3065
3071
-->
3066
3072
3067
- Type: Documentation-only.
3073
+ Type: Documentation-only
3068
3074
3069
3075
Prefer [ ` message.socket ` ] [ ] over [ ` message.connection ` ] [ ] .
3070
3076
@@ -3288,7 +3294,7 @@ changes:
3288
3294
description: Documentation-only deprecation.
3289
3295
-->
3290
3296
3291
- Type: Runtime.
3297
+ Type: Runtime
3292
3298
3293
3299
This event was deprecated because it did not work with V8 promise combinators
3294
3300
which diminished its usefulness.
0 commit comments