diff --git a/CHANGELOG.md b/CHANGELOG.md index aee50ff..d468d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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!