diff options
author | Bernát Gábor <gaborjbernat@gmail.com> | 2021-12-31 08:01:21 +0000 |
---|---|---|
committer | Bernát Gábor <gaborjbernat@gmail.com> | 2021-12-31 08:01:21 +0000 |
commit | 232a0b644471bd26ed3147404df1bc018fc5a097 (patch) | |
tree | 345189d73a97495298667ae64e500de0914abae8 | |
parent | 614b023492f66b07ae96716c308f1560f7ce5230 (diff) | |
download | virtualenv-20.12.0.tar.gz |
release 20.12.020.12.0
-rw-r--r-- | docs/changelog.rst | 13 | ||||
-rw-r--r-- | docs/changelog/2120.bugfix.rst | 1 | ||||
-rw-r--r-- | docs/changelog/2233.feature.rst | 1 | ||||
-rw-r--r-- | docs/changelog/2263.bugfix.rst | 1 |
4 files changed, 13 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index f1e1825..c14e715 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.12.0 (2021-12-31) +--------------------- + +Features - 20.12.0 +~~~~~~~~~~~~~~~~~~ +- Sign the python2 exe on Darwin arm64 - by :user:`tmspicer`. (`#2233 <https://github.com/pypa/virtualenv/issues/2233>`_) + +Bugfixes - 20.12.0 +~~~~~~~~~~~~~~~~~~ +- Fix ``--download`` option - by :user:`mayeut`. (`#2120 <https://github.com/pypa/virtualenv/issues/2120>`_) +- Ugrade embedded setuptools to ``60.2.0`` from ``60.1.1`` - by :user:`gaborbernat`. (`#2263 <https://github.com/pypa/virtualenv/issues/2263>`_) + + v20.11.2 (2021-12-29) --------------------- diff --git a/docs/changelog/2120.bugfix.rst b/docs/changelog/2120.bugfix.rst deleted file mode 100644 index 2e81093..0000000 --- a/docs/changelog/2120.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``--download`` option - by :user:`mayeut`. diff --git a/docs/changelog/2233.feature.rst b/docs/changelog/2233.feature.rst deleted file mode 100644 index b6b7ae6..0000000 --- a/docs/changelog/2233.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Sign the python2 exe on Darwin arm64 - by :user:`tmspicer`. diff --git a/docs/changelog/2263.bugfix.rst b/docs/changelog/2263.bugfix.rst deleted file mode 100644 index 59aa545..0000000 --- a/docs/changelog/2263.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Ugrade embedded setuptools to ``60.2.0`` from ``60.1.1`` - by :user:`gaborbernat`. |