We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cc6de commit 9f53336Copy full SHA for 9f53336
CHANGELOG.md
@@ -48,6 +48,11 @@
48
49
([fruno](https://github.com/fruno-bulax/))
50
51
+- Fixed two bugs that made gleam not update the manifest correctly, causing
52
+ it to hit hex for version resolution on every operation and quickly reach
53
+ request limits in large projects.
54
+ ([fruno](https://github.com/fruno-bulax/))
55
+
56
- The performance of `==` and `!=` has been improved for single-variant custom
57
types when compiling to JavaScript. This was done by generating comparison
58
code specific to the custom type rather than using the generic equality check
0 commit comments