summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-12-03 15:06:52 +0100
committerRich Trott <rtrott@gmail.com>2018-12-05 15:11:04 -0800
commit2a55e7116ed18a30ffec443fd0d90588b4eb2dc6 (patch)
tree82cfb5d65ecb8300d236755ecf7476b171c538fd /doc/api/util.md
parent7868b6a00308ab1789f069c030f1645fec62fdc8 (diff)
downloadandroid-node-v8-2a55e7116ed18a30ffec443fd0d90588b4eb2dc6.tar.gz
android-node-v8-2a55e7116ed18a30ffec443fd0d90588b4eb2dc6.tar.bz2
android-node-v8-2a55e7116ed18a30ffec443fd0d90588b4eb2dc6.zip
doc: mention util depth default change
This was missed when reverting a former commit. To make sure the history is kept in place, this just adds a new entry to state the revert. PR-URL: https://github.com/nodejs/node/pull/24805 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index c9681d1c2b..cbbeb9183b 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -386,6 +386,9 @@ stream.write('With ES6');
<!-- YAML
added: v0.3.0
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/24326
+ description: The `depth` default changed back to `2`.
- version: v11.0.0
pr-url: https://github.com/nodejs/node/pull/22846
description: The `depth` default changed to `20`.