File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,9 @@ changes:
208
208
description: Enumerable symbol properties are now compared.
209
209
- version: v9.0.0
210
210
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.
212
214
- version: v8.5.0
213
215
pr-url: https://github.com/nodejs/node/pull/15001
214
216
description: Error names and messages are now properly compared
@@ -615,7 +617,9 @@ changes:
615
617
description: -0 and +0 are not considered equal anymore.
616
618
- version: v9.0.0
617
619
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.
619
623
- version: v9.0.0
620
624
pr-url: https://github.com/nodejs/node/pull/15001
621
625
description: Error names and messages are now properly compared
You can’t perform that action at this time.
0 commit comments