@@ -1863,7 +1863,7 @@ changes:
1863
1863
description: Runtime deprecation.
1864
1864
-->
1865
1865
1866
- Type: End-of-Life.
1866
+ Type: End-of-Life
1867
1867
1868
1868
The ` ecdhCurve ` option to ` tls.createSecureContext() ` and ` tls.TLSSocket ` could
1869
1869
be set to ` false ` to disable ECDH entirely on the server only. This mode was
@@ -2215,7 +2215,8 @@ This deprecation has been superseded by the deprecation of the
2215
2215
changes:
2216
2216
- version: v10.0.0
2217
2217
pr-url: https://github.com/nodejs/node/pull/18990
2218
- description: Documentation-only deprecation.
2218
+ description: Documentation-only deprecation
2219
+ with `--pending-deprecation` support.
2219
2220
-->
2220
2221
2221
2222
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2424,7 +2425,7 @@ changes:
2424
2425
pr-url:
2425
2426
- https://github.com/nodejs/node/pull/22519
2426
2427
- https://github.com/nodejs/node/pull/23017
2427
- description: Added documentation -only deprecation
2428
+ description: Documentation -only deprecation
2428
2429
with `--pending-deprecation` support.
2429
2430
-->
2430
2431
@@ -2505,7 +2506,8 @@ It will become an error in future versions of Node.js.
2505
2506
changes:
2506
2507
- version: v11.0.0
2507
2508
pr-url: https://github.com/nodejs/node/pull/23597
2508
- description: Documentation-only deprecation.
2509
+ description: Documentation-only deprecation
2510
+ with `--pending-deprecation` support.
2509
2511
-->
2510
2512
2511
2513
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2750,7 +2752,8 @@ Prefer [`response.socket`][] over [`response.connection`][] and
2750
2752
changes:
2751
2753
- version: v12.12.0
2752
2754
pr-url: https://github.com/nodejs/node/pull/29781
2753
- description: Documentation-only deprecation.
2755
+ description: Documentation-only deprecation
2756
+ with `--pending-deprecation` support.
2754
2757
-->
2755
2758
2756
2759
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2885,7 +2888,8 @@ Use [`request.destroy()`][] instead of [`request.abort()`][].
2885
2888
changes:
2886
2889
- version: v14.3.0
2887
2890
pr-url: https://github.com/nodejs/node/pull/33294
2888
- description: Documentation-only (supports [`--pending-deprecation`][]).
2891
+ description: Documentation-only deprecation
2892
+ with `--pending-deprecation` support.
2889
2893
-->
2890
2894
2891
2895
Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
@@ -2899,10 +2903,11 @@ instead of `.inputStream` and `.output` instead of `.outputStream`.
2899
2903
changes:
2900
2904
- version: v14.3.0
2901
2905
pr-url: https://github.com/nodejs/node/pull/33294
2902
- description: Documentation-only (supports [`--pending-deprecation`][]).
2906
+ description: Documentation-only deprecation
2907
+ with `--pending-deprecation` support.
2903
2908
-->
2904
2909
2905
- Type: Documentation-only
2910
+ Type: Documentation-only (supports [ ` --pending-deprecation ` ] [ ] )
2906
2911
2907
2912
The ` node:repl ` module exports a ` _builtinLibs ` property that contains an array
2908
2913
of built-in modules. It was incomplete so far and instead it's better to rely
@@ -2918,6 +2923,7 @@ changes:
2918
2923
-->
2919
2924
2920
2925
Type: Runtime
2926
+
2921
2927
` Transform._transformState ` will be removed in future versions where it is
2922
2928
no longer required due to simplification of the implementation.
2923
2929
@@ -3040,7 +3046,7 @@ changes:
3040
3046
description: Documentation-only deprecation.
3041
3047
-->
3042
3048
3043
- Type: Documentation-only.
3049
+ Type: Documentation-only
3044
3050
3045
3051
Prefer [ ` message.socket ` ] [ ] over [ ` message.connection ` ] [ ] .
3046
3052
@@ -3264,7 +3270,7 @@ changes:
3264
3270
description: Documentation-only deprecation.
3265
3271
-->
3266
3272
3267
- Type: Runtime.
3273
+ Type: Runtime
3268
3274
3269
3275
This event was deprecated because it did not work with V8 promise combinators
3270
3276
which diminished its usefulness.
0 commit comments