summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorDanielle Adams <danielle.adams@heroku.com>2020-08-20 09:06:02 -0400
committerDanielle Adams <danielle.adams@heroku.com>2020-08-27 07:40:07 -0400
commit3153c2d3833a8a46d92fde33d2773e63ef21357b (patch)
treeb9ae9c1f9aa21d683af2ed9fdd9965b074920316 /doc/api/util.md
parentcd32522c924e1cda85cd806f8019b15b5b16019e (diff)
downloadnode-new-v14.9.0-proposal.tar.gz
2020-08-27, Version 14.9.0 (Current)v14.9.0v14.9.0-proposal
Notable changes: - build: set --v8-enable-object-print by default (Mary Marchini) [#34705](https://github.com/nodejs/node/pull/34705) - deps: - upgrade to libuv 1.39.0 (cjihrig) [#34915](https://github.com/nodejs/node/pull/34915) - upgrade npm to 6.14.8 (Ruy Adorno) [#34834](https://github.com/nodejs/node/pull/34834) - V8: cherry-pick e06ace6b5cdb (Anna Henningsen) [#34673](https://github.com/nodejs/node/pull/34673) - n-api: handle weak no-finalizer refs correctly (Gabriel Schulhof) [#34839](https://github.com/nodejs/node/pull/34839) - tools: add debug entitlements for macOS 10.15+ (Gabriele Greco) [#34378](https://github.com/nodejs/node/pull/34378) PR-URL: https://github.com/nodejs/node/pull/34852
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index bf4bc0e2f6..e39fb08e24 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -138,7 +138,7 @@ let debuglog = util.debuglog('internals', (debug) => {
### `debuglog().enabled`
<!-- YAML
-added: REPLACEME
+added: v14.9.0
-->
* {boolean}
@@ -166,7 +166,7 @@ hello from foo [123]
## `util.debug(section)`
<!-- YAML
-added: REPLACEME
+added: v14.9.0
-->
Alias for `util.debuglog`. Usage allows for readability of that doesn't imply