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 <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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

+3
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)