Skip to content

Commit 3f78545

Browse files
aduh95nodejs-github-bot
authored andcommitted
doc: fix missing history version in fs.md
Refs: #33716 Refs: #35993 Refs: #35911 PR-URL: #39972 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 1c4df35 commit 3f78545

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
@@ -1029,7 +1029,9 @@ try {
10291029
<!-- YAML
10301030
added: v10.0.0
10311031
changes:
1032-
- version: v15.2.0
1032+
- version:
1033+
- v15.2.0
1034+
- v14.17.0
10331035
pr-url: https://github.com/nodejs/node/pull/35911
10341036
description: The options argument may include an AbortSignal to abort an
10351037
ongoing readFile request.
@@ -1350,7 +1352,9 @@ changes:
13501352
- version: v15.14.0
13511353
pr-url: https://github.com/nodejs/node/pull/37490
13521354
description: The `data` argument supports `AsyncIterable`, `Iterable` and `Stream`.
1353-
- version: v15.2.0
1355+
- version:
1356+
- v15.2.0
1357+
- v14.17.0
13541358
pr-url: https://github.com/nodejs/node/pull/35993
13551359
description: The options argument may include an AbortSignal to abort an
13561360
ongoing writeFile request.
@@ -4631,7 +4635,9 @@ link(2) documentation for more detail. Returns `undefined`.
46314635
<!-- YAML
46324636
added: v0.1.30
46334637
changes:
4634-
- version: v15.3.0
4638+
- version:
4639+
- v15.3.0
4640+
- v14.17.0
46354641
pr-url: https://github.com/nodejs/node/pull/33716
46364642
description: Accepts a `throwIfNoEntry` option to specify whether
46374643
an exception should be thrown if the entry does not exist.
@@ -5091,7 +5097,9 @@ utility). Returns `undefined`.
50915097
<!-- YAML
50925098
added: v0.1.21
50935099
changes:
5094-
- version: v15.3.0
5100+
- version:
5101+
- v15.3.0
5102+
- v14.17.0
50955103
pr-url: https://github.com/nodejs/node/pull/33716
50965104
description: Accepts a `throwIfNoEntry` option to specify whether
50975105
an exception should be thrown if the entry does not exist.

0 commit comments

Comments
 (0)