Skip to content

Commit

Permalink
doc: fix deprecation history
Browse files Browse the repository at this point in the history
PR-URL: #35455
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 authored and BethGriggs committed Oct 13, 2020
1 parent 328c624 commit 51b988b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/api/deprecations.md
Expand Up @@ -1717,7 +1717,7 @@ changes:
description: Deprecation revoked.
- version:
- v9.9.0
- v10.0.0
- v8.13.0
pr-url: https://github.com/nodejs/node/pull/17002
description: Documentation-only deprecation.
-->
Expand Down Expand Up @@ -2519,7 +2519,9 @@ API.
### DEP0140: Use `request.destroy()` instead of `request.abort()`
<!-- YAML
changes:
- version: v14.1.0
- version:
- v14.1.0
- v13.14.0
pr-url: https://github.com/nodejs/node/pull/32807
description: Documentation-only deprecation.
-->
Expand Down Expand Up @@ -2569,7 +2571,9 @@ no longer required due to simplification of the implementation.
### DEP0144: `module.parent`
<!-- YAML
changes:
- version: v14.6.0
- version:
- v14.6.0
- v12.19.0
pr-url: https://github.com/nodejs/node/pull/32217
description: Documentation-only deprecation.
-->
Expand Down

0 comments on commit 51b988b

Please sign in to comment.