From 2e222e69ddf8a6e132ee95ac90922cf0a9bda849 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 17 Dec 2019 18:23:12 -0500 Subject: 2019-12-18, Version 13.5.0 (Current) Notable Changes: * cli: * add --trace-exit cli option (legendecas) https://github.com/nodejs/node/pull/30516 * http,https: * increase server headers timeout (Tim Costa) https://github.com/nodejs/node/pull/30071 * readline: * update ansi-regex (Ruben Bridgewater) https://github.com/nodejs/node/pull/30907 * promote \_getCursorPos to public api (Jeremy Albright) https://github.com/nodejs/node/pull/30687 * repl: * add completion preview (Ruben Bridgewater) https://github.com/nodejs/node/pull/30907 * util: * add Set and map size to inspect output (Ruben Bridgewater) https://github.com/nodejs/node/pull/30225 * wasi: * require CLI flag to require() wasi module (Colin Ihrig) https://github.com/nodejs/node/pull/30963 PR-URL: https://github.com/nodejs/node/pull/31010 --- doc/api/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/util.md') diff --git a/doc/api/util.md b/doc/api/util.md index 4727cdb88e9..ae435365b91 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -398,7 +398,7 @@ stream.write('With ES6');