Skip to content

Commit b6dd2ea

Browse files
aduh95BethGriggs
authored andcommittedSep 21, 2021
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 826eee3 commit b6dd2ea

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
@@ -983,7 +983,9 @@ try {
983983
<!-- YAML
984984
added: v10.0.0
985985
changes:
986-
- version: v15.2.0
986+
- version:
987+
- v15.2.0
988+
- v14.17.0
987989
pr-url: https://github.com/nodejs/node/pull/35911
988990
description: The options argument may include an AbortSignal to abort an
989991
ongoing readFile request.
@@ -1304,7 +1306,9 @@ changes:
13041306
- version: v15.14.0
13051307
pr-url: https://github.com/nodejs/node/pull/37490
13061308
description: The `data` argument supports `AsyncIterable`, `Iterable` and `Stream`.
1307-
- version: v15.2.0
1309+
- version:
1310+
- v15.2.0
1311+
- v14.17.0
13081312
pr-url: https://github.com/nodejs/node/pull/35993
13091313
description: The options argument may include an AbortSignal to abort an
13101314
ongoing writeFile request.
@@ -4577,7 +4581,9 @@ link(2) documentation for more detail. Returns `undefined`.
45774581
<!-- YAML
45784582
added: v0.1.30
45794583
changes:
4580-
- version: v15.3.0
4584+
- version:
4585+
- v15.3.0
4586+
- v14.17.0
45814587
pr-url: https://github.com/nodejs/node/pull/33716
45824588
description: Accepts a `throwIfNoEntry` option to specify whether
45834589
an exception should be thrown if the entry does not exist.
@@ -5037,7 +5043,9 @@ utility). Returns `undefined`.
50375043
<!-- YAML
50385044
added: v0.1.21
50395045
changes:
5040-
- version: v15.3.0
5046+
- version:
5047+
- v15.3.0
5048+
- v14.17.0
50415049
pr-url: https://github.com/nodejs/node/pull/33716
50425050
description: Accepts a `throwIfNoEntry` option to specify whether
50435051
an exception should be thrown if the entry does not exist.

0 commit comments

Comments
 (0)
Please sign in to comment.