summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-09-13 19:56:07 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-10-02 22:43:10 +0200
commit1a1fe53e3dbd0042807b75caac94dcae0abe4dc1 (patch)
tree383a90e60bc0b22e2e250ca5f39e08e212df583e /doc/api/util.md
parentac7450a09a4c167cd43c14d7c88721d22f077529 (diff)
downloadandroid-node-v8-1a1fe53e3dbd0042807b75caac94dcae0abe4dc1.tar.gz
android-node-v8-1a1fe53e3dbd0042807b75caac94dcae0abe4dc1.tar.bz2
android-node-v8-1a1fe53e3dbd0042807b75caac94dcae0abe4dc1.zip
util: change %o depth default
Since the default for depth is changed to `20` it is logical to change the %o default as well. It will now always use the default depth. PR-URL: https://github.com/nodejs/node/pull/17907 Refs: https://github.com/nodejs/node/issues/12693 PR-URL: https://github.com/nodejs/node/pull/22846 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 00604813c3..6dfbec8ac3 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -183,6 +183,10 @@ property take precedence over `--trace-deprecation` and
<!-- YAML
added: v0.5.3
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/17907
+ description: The `%o` specifier's `depth` option will now fall back to the
+ default depth.
- version: v8.4.0
pr-url: https://github.com/nodejs/node/pull/14558
description: The `%o` and `%O` specifiers are supported now.