We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad199b commit a59aacaCopy full SHA for a59aaca
CHANGELOG.md
@@ -49,6 +49,11 @@
49
- Include a type annotation for the `main` function generated by `gleam new`.
50
([Drew Olson](https://github.com/drewolson))
51
52
+- Two entry point scripts are now always generated by `gleam export erlang-shipment`:
53
+ - `entrypoint.sh` for UNIX Shell
54
+ - `entrypoint.ps1` for PowerShell
55
+ ([Greg Burri](https://github.com/ummon))
56
+
57
### Language server
58
59
- The language server now allows renaming of functions, constants,
0 commit comments