From fa930866cd6d7cad1fde8a4ddd2113fb5977de51 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 11 Nov 2024 22:59:03 +0100 Subject: [PATCH] Amend changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 159add61..925c17a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Enhancements * Windows installers will now report progress to stdout if run in headless mode (`/S`). (#764, #812 via #847) -* Add capability to add extra post-install pages to pkg installers. (#852) +* Add capability to add extra post-install pages to PKG installers. (#852) * Parallelize artifact downloads. (#855 via #857) * Improve detection and handling of standalone executable type. (#864) * Export `INSTALLER_UNATTENDED` environment variable so pre- and post-install scripts can detect if the installer is running in batch/silent mode or not. (#882 via #885) @@ -15,11 +15,16 @@ * Fix GLIBC detection method in some MUSL systems. (#850 via #856) * Respect `ssl_verify` setting if defined in any `condarc` file. (#851 via #860) -* Ignore pre-existing .condarc files to prevent these configuration files from interfering with the installation process. (#542 and #568 via #863) +* Ignore pre-existing `condarc` files to prevent these configuration files from interfering with the installation process. (#542 and #568 via #863) * Address quoting issue that created unneeded files in installation directory. (#865 via #887) * Perform disk space checks earlier and report errors in MB (`.sh` installers only). (#778 via 889) * Always report NSIS output when an error occurs. (#798 via #890) -* Do not crash if `--output-dir` doesn't exist. Ensure it does before creating installers. (#772 via #891) +* Do not crash if `--output-dir` doesn't exist. Ensure it exists before creating installers. (#772 via #891) + +### Contributors + +* @jaimergp +* @marcoesters