Skip to content

Commit

Permalink
Updated CHANGELOG for 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 10, 2023
1 parent 7e25b6b commit 036cdc3
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 116 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
[//]: # (current developments)

## 2023-10-10 3.5.0:
### Enhancements

* Add support for the `register_envs` option. (#705 via #716)
* Add new option `script_env_variables`. Allows defining
environment variables in `construct.yaml` for use by pre- and
post-install scripts. (#718)

### Bug fixes

* Fix imports and skips for constructor tests. (#709)
* Fix a regression in the license prompt on SH installers to require a explicit answer instead of defaulting to `no` on Enter. (#721 via #722)

### Other

* Test `conda-standalone` canaries in CI. (#711)
* Clarify consequences for when `conda init` is run during the installation. (#713)

### Contributors

* @jaimergp
* @jlstevens
* @marcoesters
* @m-kuhn


## 2023-08-02 3.4.5:
### Enhancements

Expand Down
19 changes: 0 additions & 19 deletions news/709-test-import-fixes

This file was deleted.

19 changes: 0 additions & 19 deletions news/711-conda-standalone-canaries

This file was deleted.

19 changes: 0 additions & 19 deletions news/713-update-conda-init-wording

This file was deleted.

19 changes: 0 additions & 19 deletions news/716-register-envs

This file was deleted.

21 changes: 0 additions & 21 deletions news/718-script_env_variables-option

This file was deleted.

19 changes: 0 additions & 19 deletions news/722-license-yn

This file was deleted.

0 comments on commit 036cdc3

Please sign in to comment.