Skip to content

Commit ba32828

Browse files
fruno-bulaxlpil
authored andcommitted
📝 Update changelog
1 parent fa71b88 commit ba32828

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
request limits in large projects.
5858
([fruno](https://github.com/fruno-bulax/))
5959

60+
- Missing patterns in error messages and the "Add missing patterns" code action
61+
are no longer sorted lexicographically. Instead, they now consider the order
62+
in which variants were defined. As programmers often group "related" variants
63+
together, this should mean less reshuffling after inserting missing patterns!
64+
([fruno](https://github.com/fruno-bulax/))
65+
6066
- The performance of `==` and `!=` has been improved for single-variant custom
6167
types when compiling to JavaScript. This was done by generating comparison
6268
code specific to the custom type rather than using the generic equality check

0 commit comments

Comments
 (0)