Skip to content

Commit

Permalink
doc: fix missing history version in fs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 1, 2021
1 parent 52abf27 commit 9db9ae6
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,9 @@ try {
<!-- YAML
added: v10.0.0
changes:
- version: v15.2.0
- version:
- v15.2.0
- v14.17.0
pr-url: https://github.com/nodejs/node/pull/35911
description: The options argument may include an AbortSignal to abort an
ongoing readFile request.
Expand Down Expand Up @@ -1347,7 +1349,9 @@ changes:
- version: v15.14.0
pr-url: https://github.com/nodejs/node/pull/37490
description: The `data` argument supports `AsyncIterable`, `Iterable` and `Stream`.
- version: v15.2.0
- version:
- v15.2.0
- v14.17.0
pr-url: https://github.com/nodejs/node/pull/35993
description: The options argument may include an AbortSignal to abort an
ongoing writeFile request.
Expand Down Expand Up @@ -4616,7 +4620,9 @@ link(2) documentation for more detail. Returns `undefined`.
<!-- YAML
added: v0.1.30
changes:
- version: v15.3.0
- version:
- v15.3.0
- v14.17.0
pr-url: https://github.com/nodejs/node/pull/33716
description: Accepts a `throwIfNoEntry` option to specify whether
an exception should be thrown if the entry does not exist.
Expand Down Expand Up @@ -5076,7 +5082,9 @@ utility). Returns `undefined`.
<!-- YAML
added: v0.1.21
changes:
- version: v15.3.0
- version:
- v15.3.0
- v14.17.0
pr-url: https://github.com/nodejs/node/pull/33716
description: Accepts a `throwIfNoEntry` option to specify whether
an exception should be thrown if the entry does not exist.
Expand Down

0 comments on commit 9db9ae6

Please sign in to comment.