Skip to content

Commit c8a2143

Browse files
lpincaBridgeAR
authored andcommitted
doc: update fs.utimes{,Sync} changelog
Specify that `NaN`, `Infinity`, and `-Infinity` are no longer valid values for the `atime` and `mtime` arguments. PR-URL: #15680 Fixes: #15453 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 50e580d commit c8a2143

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/fs.md

+8
Original file line numberDiff line numberDiff line change
@@ -2339,6 +2339,10 @@ and `fs.unwatchFile()` when possible.
23392339
<!-- YAML
23402340
added: v0.4.2
23412341
changes:
2342+
- version: v8.0.0
2343+
pr-url: https://github.com/nodejs/node/pull/11919
2344+
description: `NaN`, `Infinity`, and `-Infinity` are no longer valid time
2345+
specifiers.
23422346
- version: v7.6.0
23432347
pr-url: https://github.com/nodejs/node/pull/10739
23442348
description: The `path` parameter can be a WHATWG `URL` object using `file:`
@@ -2371,6 +2375,10 @@ The `atime` and `mtime` arguments follow these rules:
23712375
<!-- YAML
23722376
added: v0.4.2
23732377
changes:
2378+
- version: v8.0.0
2379+
pr-url: https://github.com/nodejs/node/pull/11919
2380+
description: `NaN`, `Infinity`, and `-Infinity` are no longer valid time
2381+
specifiers.
23742382
- version: v7.6.0
23752383
pr-url: https://github.com/nodejs/node/pull/10739
23762384
description: The `path` parameter can be a WHATWG `URL` object using `file:`

0 commit comments

Comments
 (0)