Skip to content

Commit 8185c26

Browse files
BridgeARrefack
authored andcommitted
doc: add missing changes entry
The `util.format()` behavior changed recently. Add the changes entry to document the new BigInt behavior. PR-URL: nodejs#24758 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 7058267 commit 8185c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/util.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ changes:
202202
pr-url: https://github.com/nodejs/node/pull/17907
203203
description: The `%o` specifier's `depth` option will now fall back to the
204204
default depth.
205+
- version: v10.12.0
206+
pr-url: https://github.com/nodejs/node/pull/22097
207+
description: The `%d` and `%i` specifiers now support BigInt.
205208
- version: v8.4.0
206209
pr-url: https://github.com/nodejs/node/pull/14558
207210
description: The `%o` and `%O` specifiers are supported now.

0 commit comments

Comments
 (0)