Skip to content

Commit 1f63e08

Browse files
committed
Add release notes
1 parent a7b370f commit 1f63e08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.release-notes/multiple-binary.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Support applications installing more than 1 binary
2+
3+
The original design of ponyup was that you would install an application such as ponyc that in turn contained a single binary that shared the same name.
4+
5+
We recently started including the Pony language server in the distribution with ponyc. Ponyup could install the distribution but would only install into the user's PATH the ponyc binary.
6+
7+
We've added support for application distributions to contain more than one binary that will be linked into the user's PATH.
8+
9+
The practical implication is that when you install a ponyc distribution that also contains `pony-lsp`, both `ponyc` and `pony-lsp` will be available via your PATH.

0 commit comments

Comments
 (0)