Skip to content

Commit 45c770c

Browse files
committed
Changes!
1 parent 16aaf56 commit 45c770c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@
2929

3030
([Surya Rose](https://github.com/GearsDatapacks))
3131

32-
- The performance of `==` and `!=` has been improved for single-variant custom types
33-
compared using `instanceof` instead of `isEqual(new Variant())`).
32+
- The performance of `==` and `!=` has been improved for single-variant custom
33+
types when compiling to JavaScript. This was done by generating comparison
34+
code specific to the custom type rather than using the generic equality check
35+
code.
3436
([Nafi](https://github.com/re-masashi))
3537

3638
- The lowercase bool pattern error is no longer a syntax error, but instead a

0 commit comments

Comments
 (0)