From 3fd27398ce7f65237ed935e4b1e578e7425ff6ad Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 29 Sep 2017 12:24:10 +0200 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/15680 Fixes: https://github.com/nodejs/node/issues/15453 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- doc/api/fs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index b6dd70f57f..735dbf0b76 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2339,6 +2339,10 @@ and `fs.unwatchFile()` when possible.