Skip to content

Commit 9db9ae6

Browse files
committed
doc: fix missing history version in fs.md
Refs: nodejs#33716 Refs: nodejs#35993 Refs: nodejs#35911
1 parent 52abf27 commit 9db9ae6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

doc/api/fs.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,9 @@ try {
10261026
<!-- YAML
10271027
added: v10.0.0
10281028
changes:
1029-
- version: v15.2.0
1029+
- version:
1030+
- v15.2.0
1031+
- v14.17.0
10301032
pr-url: https://github.com/nodejs/node/pull/35911
10311033
description: The options argument may include an AbortSignal to abort an
10321034
ongoing readFile request.
@@ -1347,7 +1349,9 @@ changes:
13471349
- version: v15.14.0
13481350
pr-url: https://github.com/nodejs/node/pull/37490
13491351
description: The `data` argument supports `AsyncIterable`, `Iterable` and `Stream`.
1350-
- version: v15.2.0
1352+
- version:
1353+
- v15.2.0
1354+
- v14.17.0
13511355
pr-url: https://github.com/nodejs/node/pull/35993
13521356
description: The options argument may include an AbortSignal to abort an
13531357
ongoing writeFile request.
@@ -4616,7 +4620,9 @@ link(2) documentation for more detail. Returns `undefined`.
46164620
<!-- YAML
46174621
added: v0.1.30
46184622
changes:
4619-
- version: v15.3.0
4623+
- version:
4624+
- v15.3.0
4625+
- v14.17.0
46204626
pr-url: https://github.com/nodejs/node/pull/33716
46214627
description: Accepts a `throwIfNoEntry` option to specify whether
46224628
an exception should be thrown if the entry does not exist.
@@ -5076,7 +5082,9 @@ utility). Returns `undefined`.
50765082
<!-- YAML
50775083
added: v0.1.21
50785084
changes:
5079-
- version: v15.3.0
5085+
- version:
5086+
- v15.3.0
5087+
- v14.17.0
50805088
pr-url: https://github.com/nodejs/node/pull/33716
50815089
description: Accepts a `throwIfNoEntry` option to specify whether
50825090
an exception should be thrown if the entry does not exist.

0 commit comments

Comments
 (0)