File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,8 @@ added: v10.0.0
639
639
changes:
640
640
- version: REPLACEME
641
641
pr-url: https://github.com/nodejs/node/pull/41677
642
- description: The ` string` parameter must be a primitive string.
642
+ description: The ` string` parameter no longer accept objects with an
643
+ own ` toString` function property.
643
644
- version: v14.12.0
644
645
pr-url: https://github.com/nodejs/node/pull/34993
645
646
description: The ` string` parameter will stringify an object with an
@@ -5593,7 +5594,8 @@ added: v0.11.5
5593
5594
changes:
5594
5595
- version: REPLACEME
5595
5596
pr-url: https://github.com/nodejs/node/pull/41677
5596
- description: The ` string` parameter must be a primitive string.
5597
+ description: The ` string` parameter no longer accept objects with an
5598
+ own ` toString` function property.
5597
5599
- version: v14.12.0
5598
5600
pr-url: https://github.com/nodejs/node/pull/34993
5599
5601
description: The ` string` parameter will stringify an object with an
You can’t perform that action at this time.
0 commit comments