summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-11-30 19:38:10 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2018-12-05 20:07:10 +0100
commit4d41c8f6d6e9016a8d5ea6850e6eee17f2f73471 (patch)
tree01375c015ba9a27efc0f999a861873fe1796b82b
parent09cd2ec03456fc301bc245b89858e5d979c89440 (diff)
downloadnode-new-4d41c8f6d6e9016a8d5ea6850e6eee17f2f73471.tar.gz
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 <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-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 98becbc925..b6b26c6199 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.