From c7fe264a816d6b08cf4b2db3d3fc16cb2b7e0786 Mon Sep 17 00:00:00 2001 From: avery Date: Wed, 10 May 2023 13:37:29 -0500 Subject: [PATCH] fixup: add fix section to changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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!