Skip to content

Commit

Permalink
Amend changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 11, 2024
1 parent 0b3c633 commit fa93086
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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



Expand Down

0 comments on commit fa93086

Please sign in to comment.