summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst18
-rw-r--r--docs/changelog/1663.bugfix.rst3
-rw-r--r--docs/changelog/1673.bugfix.rst1
-rw-r--r--docs/changelog/1674.bugfix.rst1
-rw-r--r--docs/changelog/1679.bugfix.rst1
-rw-r--r--docs/changelog/1682.bugfix.rst2
-rw-r--r--docs/changelog/1684.bugfix.rst2
-rw-r--r--docs/changelog/1685.bugfix.rst1
8 files changed, 18 insertions, 11 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 795e92a..96b5e18 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,24 @@ Release History
.. towncrier release notes start
+v20.0.8 (2020-03-04)
+--------------------
+
+Bugfixes - 20.0.8
+~~~~~~~~~~~~~~~~~
+- Having `distutils configuration <https://docs.python.org/3/install/index.html#distutils-configuration-files>`_
+ files that set ``prefix`` and ``install_scripts`` cause installation of packages in the wrong location -
+ by :user:`gaborbernat`. (`#1663 <https://github.com/pypa/virtualenv/issues/1663>`_)
+- Fix ``PYTHONPATH`` being overriden on Python 2 — by :user:`jd`. (`#1673 <https://github.com/pypa/virtualenv/issues/1673>`_)
+- Fix list configuration value parsing from config file or environment variable - by :user:`gaborbernat`. (`#1674 <https://github.com/pypa/virtualenv/issues/1674>`_)
+- Fix Batch activation script shell prompt to display environment name by default - by :user:`spetafree`. (`#1679 <https://github.com/pypa/virtualenv/issues/1679>`_)
+- Fix startup on Python 2 is slower for virtualenv - this was due to setuptools calculating it's working set distribution
+ - by :user:`gaborbernat`. (`#1682 <https://github.com/pypa/virtualenv/issues/1682>`_)
+- Fix entry points are not populated for editable installs on Python 2 due to setuptools working set being calculated
+ before ``easy_install.pth`` runs - by :user:`gaborbernat`. (`#1684 <https://github.com/pypa/virtualenv/issues/1684>`_)
+- Fix ``attr:`` import fails for setuptools - by :user:`gaborbernat`. (`#1685 <https://github.com/pypa/virtualenv/issues/1685>`_)
+
+
v20.0.7 (2020-02-26)
--------------------
diff --git a/docs/changelog/1663.bugfix.rst b/docs/changelog/1663.bugfix.rst
deleted file mode 100644
index a250e76..0000000
--- a/docs/changelog/1663.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Having `distutils configuration <https://docs.python.org/3/install/index.html#distutils-configuration-files>`_
-files that set ``prefix`` and ``install_scripts`` cause installation of packages in the wrong location -
-by :user:`gaborbernat`.
diff --git a/docs/changelog/1673.bugfix.rst b/docs/changelog/1673.bugfix.rst
deleted file mode 100644
index e7e1c9c..0000000
--- a/docs/changelog/1673.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``PYTHONPATH`` being overriden on Python 2 — by :user:`jd`.
diff --git a/docs/changelog/1674.bugfix.rst b/docs/changelog/1674.bugfix.rst
deleted file mode 100644
index c71eeca..0000000
--- a/docs/changelog/1674.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix list configuration value parsing from config file or environment variable - by :user:`gaborbernat`.
diff --git a/docs/changelog/1679.bugfix.rst b/docs/changelog/1679.bugfix.rst
deleted file mode 100644
index b42782b..0000000
--- a/docs/changelog/1679.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix Batch activation script shell prompt to display environment name by default - by :user:`spetafree`.
diff --git a/docs/changelog/1682.bugfix.rst b/docs/changelog/1682.bugfix.rst
deleted file mode 100644
index 496a87e..0000000
--- a/docs/changelog/1682.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix startup on Python 2 is slower for virtualenv - this was due to setuptools calculating it's working set distribution
-- by :user:`gaborbernat`.
diff --git a/docs/changelog/1684.bugfix.rst b/docs/changelog/1684.bugfix.rst
deleted file mode 100644
index 1d90247..0000000
--- a/docs/changelog/1684.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix entry points are not populated for editable installs on Python 2 due to setuptools working set being calculated
-before ``easy_install.pth`` runs - by :user:`gaborbernat`.
diff --git a/docs/changelog/1685.bugfix.rst b/docs/changelog/1685.bugfix.rst
deleted file mode 100644
index 1457531..0000000
--- a/docs/changelog/1685.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``attr:`` import fails for setuptools - by :user:`gaborbernat`.