Skip to content

Commit b3d8a1b

Browse files
BridgeARBethGriggs
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: #24758 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent b7dbc1c commit b3d8a1b

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
@@ -183,6 +183,9 @@ property take precedence over `--trace-deprecation` and
183183
<!-- YAML
184184
added: v0.5.3
185185
changes:
186+
- version: v10.12.0
187+
pr-url: https://github.com/nodejs/node/pull/22097
188+
description: The `%d` and `%i` specifiers now support BigInt.
186189
- version: v8.4.0
187190
pr-url: https://github.com/nodejs/node/pull/14558
188191
description: The `%o` and `%O` specifiers are supported now.

0 commit comments

Comments
 (0)