Skip to content

Commit 7f56d24

Browse files
lpincaMylesBorins
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent c5db39e commit 7f56d24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/fs.md

Lines changed: 8 additions & 0 deletions
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)