Skip to content

Commit

Permalink
fixup: add fix section to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed May 10, 2023
1 parent 464bb38 commit c7fe264
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

Example: `new Binary("my-binary", "https://example.com/my-binary.tar.gz", { "installDirectory": "/tmp/custom-dir" })`

### Maintenance

- Updates `binary-install-example` to download Intel binaries by default for Apple Silicon machines - @maxdeviant, PR #24
### Fixes

- Fix log suppression configuration - @maxdeviant, PR #23

Expand All @@ -20,6 +18,10 @@

Sometimes installation wouldn't complete before the binary was run, this PR rewrites the code to fully complete installation before continuing to execution.

### Maintenance

- Updates `binary-install-example` to download Intel binaries by default for Apple Silicon machines - @maxdeviant, PR #24

- Fix up integration tests - @EverlastingBugstopper, PR #31

This relied on overriding `installDirectory` with the new feature in this release, thanks @wighawag!
Expand Down

0 comments on commit c7fe264

Please sign in to comment.