From 81ec1a9a81f4376427dcb0f8b6a3b7f78bbc8eeb Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 6 Apr 2023 18:00:11 -0500 Subject: [PATCH] docs(changelog): Fix for compressed builds on macos --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a167bb5..ff6395ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deleted custom formats are now included in the log message showing the count of CFs synced. - An error will now be presented if an invalid option is specified on the CLI. +- Compressed builds are now enabled on MacOS. This means the executable size will be smaller. ## [4.3.0] - 2023-01-22