summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 8b2e7d2e41..9c4c6cca40 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -184,6 +184,10 @@ property take precedence over `--trace-deprecation` and
added: v0.5.3
changes:
- version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/23708
+ description: The `%d`, `%f` and `%i` specifiers now support Symbols
+ properly.
+ - version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/23162
description: The `format` argument is now only taken as such if it actually
contains format specifiers.