Skip to content

Commit

Permalink
Updates release notes for PR #213
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Feb 10, 2022
1 parent e4f8d5b commit 6e093b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .release-notes/213.md

This file was deleted.

4 changes: 4 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

We were using Path.join to construct locator paths for lock files. On Windows, this will use backslashes, which for locators that are URL paths, is incorrect. This change makes all locator paths use forward slashes instead. This is OK on Windows even for local filesystem dependencies since Windows understands forward slashes.

## Support Ponyup on Windows

To support ponyup on Windows, updated corral to be able to run `X.bat` files when given `X` as a command to run. Also changes to the Windows `make.ps1` script to make sure it still works with ponyup on Windows.

0 comments on commit 6e093b3

Please sign in to comment.