@@ -2065,28 +2065,34 @@ method.
20652065
20662066<!-- YAML
20672067changes:
2068+ - version: REPLACEME
2069+ pr-url: https://github.com/nodejs/node/pull/56966
2070+ description: End-of-Life.
20682071 - version: v10.0.0
20692072 pr-url: https://github.com/nodejs/node/pull/18066
20702073 description: Runtime deprecation.
20712074-->
20722075
2073- Type: Runtime
2076+ Type: End-of-Life
20742077
2075- ` timers.enroll() ` is deprecated . Please use the publicly documented
2078+ ` timers.enroll() ` has been removed . Please use the publicly documented
20762079[ ` setTimeout() ` ] [ ] or [ ` setInterval() ` ] [ ] instead.
20772080
20782081### DEP0096: ` timers.unenroll() `
20792082
20802083<!-- YAML
20812084changes:
2085+ - version: REPLACEME
2086+ pr-url: https://github.com/nodejs/node/pull/56966
2087+ description: End-of-Life.
20822088 - version: v10.0.0
20832089 pr-url: https://github.com/nodejs/node/pull/18066
20842090 description: Runtime deprecation.
20852091-->
20862092
2087- Type: Runtime
2093+ Type: End-of-Life
20882094
2089- ` timers.unenroll() ` is deprecated . Please use the publicly documented
2095+ ` timers.unenroll() ` has been removed . Please use the publicly documented
20902096[ ` clearTimeout() ` ] [ ] or [ ` clearInterval() ` ] [ ] instead.
20912097
20922098### DEP0097: ` MakeCallback ` with ` domain ` property
@@ -2613,14 +2619,17 @@ The `node:_stream_wrap` module is deprecated.
26132619
26142620<!-- YAML
26152621changes:
2622+ - version: REPLACEME
2623+ pr-url: https://github.com/nodejs/node/pull/56966
2624+ description: End-of-Life.
26162625 - version: v11.14.0
26172626 pr-url: https://github.com/nodejs/node/pull/26760
26182627 description: Runtime deprecation.
26192628-->
26202629
2621- Type: Runtime
2630+ Type: End-of-Life
26222631
2623- The previously undocumented ` timers.active() ` is deprecated .
2632+ The previously undocumented ` timers.active() ` has been removed .
26242633Please use the publicly documented [ ` timeout.refresh() ` ] [ ] instead.
26252634If re-referencing the timeout is necessary, [ ` timeout.ref() ` ] [ ] can be used
26262635with no performance impact since Node.js 10.
@@ -2629,14 +2638,17 @@ with no performance impact since Node.js 10.
26292638
26302639<!-- YAML
26312640changes:
2641+ - version: REPLACEME
2642+ pr-url: https://github.com/nodejs/node/pull/56966
2643+ description: End-of-Life.
26322644 - version: v11.14.0
26332645 pr-url: https://github.com/nodejs/node/pull/26760
26342646 description: Runtime deprecation.
26352647-->
26362648
2637- Type: Runtime
2649+ Type: End-of-Life
26382650
2639- The previously undocumented and "private" ` timers._unrefActive() ` is deprecated .
2651+ The previously undocumented and "private" ` timers._unrefActive() ` has been removed .
26402652Please use the publicly documented [ ` timeout.refresh() ` ] [ ] instead.
26412653If unreferencing the timeout is necessary, [ ` timeout.unref() ` ] [ ] can be used
26422654with no performance impact since Node.js 10.
0 commit comments