From 4d41c8f6d6e9016a8d5ea6850e6eee17f2f73471 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Fri, 30 Nov 2018 19:38:10 +0100 Subject: [PATCH] doc: add missing changes entry The `util.format()` behavior changed recently. Add the changes entry to document the new BigInt behavior. PR-URL: https://github.com/nodejs/node/pull/24758 Reviewed-By: Anna Henningsen Reviewed-By: Anto Aravinth Reviewed-By: Luigi Pinca --- doc/api/util.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/util.md b/doc/api/util.md index 98becbc9258706..b6b26c6199437d 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -194,6 +194,9 @@ changes: 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: v10.12.0 + pr-url: https://github.com/nodejs/node/pull/22097 + description: The `%d` and `%i` specifiers now support BigInt. - version: v8.4.0 pr-url: https://github.com/nodejs/node/pull/14558 description: The `%o` and `%O` specifiers are supported now.