Skip to content

Commit e13cd54

Browse files
committed
📝 Update changelog
1 parent 31300a4 commit e13cd54

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
@@ -48,6 +48,12 @@
4848

4949
([fruno](https://github.com/fruno-bulax/))
5050

51+
- Changing the source of a package (like going from hex to a path dependency)
52+
now correctly updates the manifest to reflect this. Previously the source
53+
was not updated, causing gleam to hit hex to resolve versions on every
54+
operation.
55+
([fruno](https://github.com/fruno-bulax/))
56+
5157
- The performance of `==` and `!=` has been improved for single-variant custom
5258
types when compiling to JavaScript. This was done by generating comparison
5359
code specific to the custom type rather than using the generic equality check

0 commit comments

Comments
 (0)