Skip to content

Commit 51b988b

Browse files
aduh95BethGriggs
authored andcommitted
doc: fix deprecation history
PR-URL: #35455 Reviewed-By: Rich Trott <[email protected]>
1 parent 328c624 commit 51b988b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/api/deprecations.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ changes:
17171717
description: Deprecation revoked.
17181718
- version:
17191719
- v9.9.0
1720-
- v10.0.0
1720+
- v8.13.0
17211721
pr-url: https://github.com/nodejs/node/pull/17002
17221722
description: Documentation-only deprecation.
17231723
-->
@@ -2519,7 +2519,9 @@ API.
25192519
### DEP0140: Use `request.destroy()` instead of `request.abort()`
25202520
<!-- YAML
25212521
changes:
2522-
- version: v14.1.0
2522+
- version:
2523+
- v14.1.0
2524+
- v13.14.0
25232525
pr-url: https://github.com/nodejs/node/pull/32807
25242526
description: Documentation-only deprecation.
25252527
-->
@@ -2569,7 +2571,9 @@ no longer required due to simplification of the implementation.
25692571
### DEP0144: `module.parent`
25702572
<!-- YAML
25712573
changes:
2572-
- version: v14.6.0
2574+
- version:
2575+
- v14.6.0
2576+
- v12.19.0
25732577
pr-url: https://github.com/nodejs/node/pull/32217
25742578
description: Documentation-only deprecation.
25752579
-->

0 commit comments

Comments
 (0)