Skip to content

Commit

Permalink
doc: add missing changes entry
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
BridgeAR committed Dec 5, 2018
1 parent 09cd2ec commit 4d41c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d41c8f

Please sign in to comment.