diff options
| -rw-r--r-- | docs/changelog.rst | 16 | ||||
| -rw-r--r-- | docs/changelog/1986.bugfix.rst | 1 | ||||
| -rw-r--r-- | docs/changelog/2046.bugfix.rst | 2 | ||||
| -rw-r--r-- | docs/changelog/2046.feature.rst | 3 |
4 files changed, 16 insertions, 6 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index d2df6b0..e8ecc5f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) -------------------- diff --git a/docs/changelog/1986.bugfix.rst b/docs/changelog/1986.bugfix.rst deleted file mode 100644 index 8389ee5..0000000 --- a/docs/changelog/1986.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -On Windows python ``3.7+`` distributions where the exe shim is missing fallback to the old ways - by :user:`gaborbernat`.
\ No newline at end of file diff --git a/docs/changelog/2046.bugfix.rst b/docs/changelog/2046.bugfix.rst deleted file mode 100644 index b2bf7d8..0000000 --- a/docs/changelog/2046.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -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`.
\ No newline at end of file diff --git a/docs/changelog/2046.feature.rst b/docs/changelog/2046.feature.rst deleted file mode 100644 index eab11ac..0000000 --- a/docs/changelog/2046.feature.rst +++ /dev/null @@ -1,3 +0,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`.
\ No newline at end of file |
