File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,7 +208,9 @@ changes:
208208 description: Enumerable symbol properties are now compared.
209209 - version: v9.0.0
210210 pr-url: https://github.com/nodejs/node/pull/15036
211- description: NaN is now compared using the [SameValueZero][] comparison.
211+ description: NaN is now compared using the
212+ [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
213+ comparison.
212214 - version: v8.5.0
213215 pr-url: https://github.com/nodejs/node/pull/15001
214216 description: Error names and messages are now properly compared
@@ -615,7 +617,9 @@ changes:
615617 description: -0 and +0 are not considered equal anymore.
616618 - version: v9.0.0
617619 pr-url: https://github.com/nodejs/node/pull/15036
618- description: NaN is now compared using the [SameValueZero][] comparison.
620+ description: NaN is now compared using the
621+ [SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
622+ comparison.
619623 - version: v9.0.0
620624 pr-url: https://github.com/nodejs/node/pull/15001
621625 description: Error names and messages are now properly compared
You can’t perform that action at this time.
0 commit comments