From 1590ff3f5d8fc321ed8a92789fd851eaa1809f12 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 13 Aug 2017 22:06:00 +0200 Subject: [PATCH] doc: add missing `changes:` metadata for util Ref: https://github.com/nodejs/node/pull/14558 --- doc/api/util.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/util.md b/doc/api/util.md index 95d66533b39e31..c853d04716c310 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -150,6 +150,10 @@ property take precedence over `--trace-deprecation` and ## util.format(format[, ...args]) * `format` {string} A `printf`-like format string.