Skip to content

Commit 087b782

Browse files
committed
2022-02-22, Version 17.5.1 (Current)
Notable changes: * [d1bac7f] - doc: add marsonya to collaborators (Akhil Marsonya) nodejs#41991 * [a69ddde] - doc: deprecate notice for process methods (Yash Ladha) nodejs#41587 * [a89a853] - stream: revert `map` spec compliance (Benjamin Gruenbaum) nodejs#41931 * [d138355] - build: remove broken x32 arch support (Ben Noordhuis) nodejs#41905 * [fd3dabf] - doc: add joesepi to collaborators (Joe Sepi) nodejs#41914 * [a84c29c] - process: deprecate multipleResolves (Benjamin Gruenbaum) nodejs#41872
1 parent 7ac017a commit 087b782

File tree

4 files changed

+117
-6
lines changed

4 files changed

+117
-6
lines changed

doc/api/deprecations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,11 +3064,11 @@ This method was deprecated because it is not compatible with
30643064

30653065
Use [`buffer.subarray`][] which does the same thing instead.
30663066

3067-
### DEPXXXX: `process.on('multipleResolves', handler)`
3067+
### DEP159: `process.on('multipleResolves', handler)`
30683068

30693069
<!-- YAML
30703070
changes:
3071-
- version: REPLACEME
3071+
- version: 17.5.1
30723072
pr-url: https://github.com/nodejs/node/pull/41872
30733073
description: Documentation-only deprecation.
30743074
-->
@@ -3078,11 +3078,11 @@ Type: Documentation-only
30783078
This event was deprecated because it did not work with V8 promise combinators
30793079
which diminished its usefulness.
30803080

3081-
### DEP0161: `process._getActiveRequests()` and `process._getActiveHandles()`
3081+
### DEP0160: `process._getActiveRequests()` and `process._getActiveHandles()`
30823082

30833083
<!-- YAML
30843084
changes:
3085-
- version: REPLACEME
3085+
- version: 17.5.1
30863086
pr-url: https://github.com/nodejs/node/pull/41587
30873087
description: Documentation-only deprecation.
30883088
-->

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ See [Advanced serialization for `child_process`][] for more details.
181181

182182
<!-- YAML
183183
added: v10.12.0
184-
deprecated: REPLACEME
184+
deprecated: 17.5.1
185185
-->
186186

187187
> Stability: 0 - Deprecated

0 commit comments

Comments
 (0)