Commit f0f0103 1 parent 832e052 commit f0f0103 Copy full SHA for f0f0103
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 @@ -113,7 +113,9 @@ changes:
113
113
description: Enumerable symbol properties are now compared.
114
114
- version: v9.0.0
115
115
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.
117
119
- version: v8.5.0
118
120
pr-url: https://github.com/nodejs/node/pull/15001
119
121
description: Error names and messages are now properly compared
@@ -461,7 +463,9 @@ changes:
461
463
description: -0 and +0 are not considered equal anymore.
462
464
- version: v9.0.0
463
465
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.
465
469
- version: v9.0.0
466
470
pr-url: https://github.com/nodejs/node/pull/15001
467
471
description: Error names and messages are now properly compared
You can’t perform that action at this time.
0 commit comments