Skip to content

Commit

Permalink
4.10.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghlee committed Mar 30, 2021
1 parent f2be3ed commit a5801aa
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
## 4.10.0 (2021-03-30)

**NOTE**: This release formally drops support for Python 2.7 and Python < 3.5.

### Enhancements

* Add pilot support for metadata signatures and verification (#10578)
* Add `__linux` virtual package (#10552, #10561)
* Support nested keys when using `conda config --get` (#10447, #10572)
* Support installing default packages when using `conda env create` (#10530)
* Support "${URL}::${package}" specs in environment YAML files (#10417)
* Support HTTP sources for `conda env update -f` (#10536)
* Make macOS code signing operations less verbose (#10372)

### Bug fixes

* Fix `conda search` crashing on Python 3.9 (#10542)
* Allow `${channel}::pip` to satisfy pip requirements (#10550)
* Fall back to system `.condarc` if user `.condarc` is absent (#10479)
* Try UTF-16 if UTF-8 fails when reading environment YAML files (#10356)
* Properly parse Python version >= 3.10 (#10478)
* Fix zsh initialization when `$ZDOTDIR` is defined (#10413)
* Fix path handling for csh (#10410)
* Fix setup.py requirement for vendored `ruamel_yaml_conda` (#10441)
* Fix errors when pickling vendored auxlib objects (#10386)

### Docs

* Document the `__unix` and `__windows` virtual packages (#10511)
* Update list of supported and default versions of Python (#10531)
* Favor using `pip` instead of `setup.py` when setting up CI (#10308)

### Miscellaneous

* CI: drop Python 2.7 and add Python 3.9 (#10548)

### Contributors

* @awwad
* @BastianZim
* @beenje
* @bgobbi
* @blubs
* @chenghlee
* @cjmartian
* @ericpre
* @erykoff
* @felker
* @giladmaya
* @jamesmyatt
* @mingwandroid
* @opoplawski
* @saadparwaiz1
* @saucoide


## 4.9.2 (2020-11-10)

### Enhancements
Expand Down

0 comments on commit a5801aa

Please sign in to comment.