Skip to content

Commit

Permalink
Updated CHANGELOG for 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Aug 2, 2023
1 parent c95d9ab commit 9a6df96
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 114 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
[//]: # (current developments)

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

* Support both `.yaml` and `.txt` files in the `environment_file` key. This enables support for explicit lockfiles (`.txt`). (#477)

### Bug fixes

* Ensure conda metadata is accurate when installers are created from existing environments. (#477)
* On Windows installers, only insert `conclusion_file` if the extension is `.nsi`. Ignore otherwise. Also prevents a double final page. (#700 via #701)
* Skip imaging tests if not Windows or MacOS to avoid import errors. (#702)

### Docs

* Document generic uninstall mechanisms for all operating systems. (#698)

### Other

* Prohibit parentheses in `$INSTDIR`. (#699)
* Ensure requirements are in sync across different sources (`setup.py`, conda recipe, feedstocks). (#703)

### Contributors

* @jaimergp
* @marcoesters
* @schrodinger
* @pre-commit-ci[bot]



## 2023-07-13 3.4.4:
### Enhancements

Expand Down
19 changes: 0 additions & 19 deletions news/477-from-environment-fixes

This file was deleted.

19 changes: 0 additions & 19 deletions news/698-uninstall-docs

This file was deleted.

19 changes: 0 additions & 19 deletions news/699-prohibit-parentheses-instdir

This file was deleted.

19 changes: 0 additions & 19 deletions news/701-conclusion-file-windows

This file was deleted.

19 changes: 0 additions & 19 deletions news/702-skip-imaging-test-linux

This file was deleted.

19 changes: 0 additions & 19 deletions news/703-adjust-reqs

This file was deleted.

0 comments on commit 9a6df96

Please sign in to comment.