doc: add missing changes: metadata for util

Ref: https://github.com/nodejs/node/pull/14558
PR-URL: https://github.com/nodejs/node/pull/14810
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
Anna Henningsen 2017-08-13 22:06:00 +02:00
parent 7e0c2ea92b
commit 314217f8fb
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -150,6 +150,10 @@ property take precedence over `--trace-deprecation` and
## util.format(format[, ...args]) ## util.format(format[, ...args])
<!-- YAML <!-- YAML
added: v0.5.3 added: v0.5.3
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/14558
description: The `%o` and `%O` specifiers are supported now.
--> -->
* `format` {string} A `printf`-like format string. * `format` {string} A `printf`-like format string.