diff --git a/CHANGELOG.md b/CHANGELOG.md index 159add61b..925c17a19 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