We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9858254 commit c999e7bCopy full SHA for c999e7b
CHANGELOG.md
@@ -14,6 +14,11 @@
14
15
### Build tool
16
17
+- `gleam new` now has refined project name validation - rather than failing on
18
+ invalid project names, it suggests a valid alternative and prompts for
19
+ confirmation to use it.
20
+ ([Diemo Gebhardt](https://github.com/diemogebhardt))
21
+
22
### Language server
23
24
- The language server can now fill in the labels of any function call, even when
@@ -54,4 +59,4 @@
54
59
- Fixed a bug where a block expression containing a singular record update would
55
60
produce invalid erlang.
56
61
([yoshi](https://github.com/joshi-monster))
57
-
62
0 commit comments