File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,9 @@ changes:
113113 description: Enumerable symbol properties are now compared.
114114 - version: v9.0.0
115115 pr-url: https://github.com/nodejs/node/pull/15036
116- description: NaN is now compared using the [SameValueZero][] comparison.
116+ description: NaN is now compared using the
117+ [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
118+ comparison.
117119 - version: v8.5.0
118120 pr-url: https://github.com/nodejs/node/pull/15001
119121 description: Error names and messages are now properly compared
@@ -461,7 +463,9 @@ changes:
461463 description: -0 and +0 are not considered equal anymore.
462464 - version: v9.0.0
463465 pr-url: https://github.com/nodejs/node/pull/15036
464- description: NaN is now compared using the [SameValueZero][] comparison.
466+ description: NaN is now compared using the
467+ [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
468+ comparison.
465469 - version: v9.0.0
466470 pr-url: https://github.com/nodejs/node/pull/15001
467471 description: Error names and messages are now properly compared
You can’t perform that action at this time.
0 commit comments