summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-03-05 00:37:08 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2019-03-06 20:24:50 +0100
commitb22ee71ef6d1d779ca161ae6bb7fcf1df8d85237 (patch)
tree98b113a19ec5015e1b020d2851497875902c48b0 /doc/api/util.md
parentf3d620787403c00ee5c7d5e9e1601d389802082b (diff)
downloadandroid-node-v8-b22ee71ef6d1d779ca161ae6bb7fcf1df8d85237.tar.gz
android-node-v8-b22ee71ef6d1d779ca161ae6bb7fcf1df8d85237.tar.bz2
android-node-v8-b22ee71ef6d1d779ca161ae6bb7fcf1df8d85237.zip
2019-03-06, Version 11.11.0 (Current)
Notable Changes * n-api: * Implement date object (Jarrod Connolly) https://github.com/nodejs/node/pull/25917 * util: * Add compact depth mode for `util.inspect()` (Ruben Bridgewater) https://github.com/nodejs/node/pull/26269 * worker: * Improve integration with native addons (Anna Henningsen) https://github.com/nodejs/node/pull/26175 * MessagePort.prototype.onmessage takes arguments closer to the Web specification now (Anna Henningsen) https://github.com/nodejs/node/pull/26082
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index ae71ad1ecf..2ef115bc7d 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -388,7 +388,7 @@ stream.write('With ES6');
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v11.11.0
pr-url: https://github.com/nodejs/node/pull/26269
description: The `compact` option accepts numbers for a new output mode.
- version: REPLACEME