Skip to content

Commit

Permalink
release 20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jan 10, 2021
1 parent 684a632 commit a4025d6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.rst
Expand Up @@ -5,6 +5,22 @@ Release History

.. towncrier release notes start
v20.3.0 (2021-01-10)
--------------------

Features - 20.3.0
~~~~~~~~~~~~~~~~~
- The builtin discovery takes now a ``--try-first-with`` argument and is first attempted as valid interpreters. One can
use this to force discovery of a given python executable when the discovery order/mechanism raises errors -
by :user:`gaborbernat`. (`#2046 <https://github.com/pypa/virtualenv/issues/2046>`_)

Bugfixes - 20.3.0
~~~~~~~~~~~~~~~~~
- On Windows python ``3.7+`` distributions where the exe shim is missing fallback to the old ways - by :user:`gaborbernat`. (`#1986 <https://github.com/pypa/virtualenv/issues/1986>`_)
- When discovering interpreters on Windows, via the PEP-514, prefer ``PythonCore`` releases over other ones. virtualenv
is used via pip mostly by this distribution, so prefer it over other such as conda - by :user:`gaborbernat`. (`#2046 <https://github.com/pypa/virtualenv/issues/2046>`_)


v20.2.2 (2020-12-07)
--------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/1986.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2046.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/2046.feature.rst

This file was deleted.

0 comments on commit a4025d6

Please sign in to comment.