summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-07-31 13:08:54 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2021-07-31 13:08:54 +0100
commitf418ffb69578cf607223919d71cd17305347ee03 (patch)
treec7f77147a0931b5e33d98e70351049908a3da7c0 /docs
parent7b1e4b4ea72d8e464203cde6a84fb18647a758ee (diff)
downloadvirtualenv-f418ffb69578cf607223919d71cd17305347ee03.tar.gz
release 20.7.020.7.0
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/changelog/2159.bugfix.rst1
-rw-r--r--docs/changelog/2160.removal.rst3
3 files changed, 14 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f03a53f..611ca14 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,20 @@ Release History
.. towncrier release notes start
+v20.7.0 (2021-07-31)
+--------------------
+
+Bugfixes - 20.7.0
+~~~~~~~~~~~~~~~~~
+- upgrade embedded pip to ``21.2.2`` from ``21.1.3`` and setuptools to ``57.4.0`` from ``57.1.0`` - by :user:`gaborbernat` (`#2159 <https://github.com/pypa/virtualenv/issues/2159>`_)
+
+Deprecations and Removals - 20.7.0
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- Removed ``xonsh`` activator due to this breaking fairly often the CI and lack of support from those packages
+ maintainers, upstream is encouraged to continue supporting the project as a
+ `plugin <https://github.com/xonsh/xonsh/issues/3689>`_ - by :user:`gaborbernat`. (`#2160 <https://github.com/pypa/virtualenv/issues/2160>`_)
+
+
v20.6.0 (2021-07-14)
--------------------
diff --git a/docs/changelog/2159.bugfix.rst b/docs/changelog/2159.bugfix.rst
deleted file mode 100644
index 92a3980..0000000
--- a/docs/changelog/2159.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-upgrade embedded pip to ``21.2.2`` from ``21.1.3`` and setuptools to ``57.4.0`` from ``57.1.0`` - by :user:`gaborbernat`
diff --git a/docs/changelog/2160.removal.rst b/docs/changelog/2160.removal.rst
deleted file mode 100644
index 5037dc9..0000000
--- a/docs/changelog/2160.removal.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Removed ``xonsh`` activator due to this breaking fairly often the CI and lack of support from those packages
-maintainers, upstream is encouraged to continue supporting the project as a
-`plugin <https://github.com/xonsh/xonsh/issues/3689>`_ - by :user:`gaborbernat`.