Skip to content

Commit 4d41c8f

Browse files
committed
doc: add missing changes entry
The `util.format()` behavior changed recently. Add the changes entry to document the new BigInt behavior. PR-URL: #24758 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 09cd2ec commit 4d41c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/util.md

+3
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ changes:
194194
pr-url: https://github.com/nodejs/node/pull/17907
195195
description: The `%o` specifier's `depth` option will now fall back to the
196196
default depth.
197+
- version: v10.12.0
198+
pr-url: https://github.com/nodejs/node/pull/22097
199+
description: The `%d` and `%i` specifiers now support BigInt.
197200
- version: v8.4.0
198201
pr-url: https://github.com/nodejs/node/pull/14558
199202
description: The `%o` and `%O` specifiers are supported now.

0 commit comments

Comments
 (0)