summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2019-11-13 16:26:00 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2019-11-13 16:26:00 +0000
commit279bcbef30287177452f798df0a409fa68d8230e (patch)
treecc61e9cb9ef64840f63e2bbd867cc2d421ac5b21 /docs/changelog
parentc85365e4e561663bd05ea1af03d1aa5b265c92d5 (diff)
downloadtox-git-279bcbef30287177452f798df0a409fa68d8230e.tar.gz
release 3.14.13.14.1
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/1401.bugfix.rst1
-rw-r--r--docs/changelog/1429.bugfix.rst2
-rw-r--r--docs/changelog/1437.bugfix.rst1
-rw-r--r--docs/changelog/1444.bugfix.rst5
-rw-r--r--docs/changelog/1452.bugfix.rst1
-rw-r--r--docs/changelog/1456.deprecation.rst1
6 files changed, 0 insertions, 11 deletions
diff --git a/docs/changelog/1401.bugfix.rst b/docs/changelog/1401.bugfix.rst
deleted file mode 100644
index b3613acb..00000000
--- a/docs/changelog/1401.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-fix reporting of exiting due to (real) signals - by :user:`blueyed`
diff --git a/docs/changelog/1429.bugfix.rst b/docs/changelog/1429.bugfix.rst
deleted file mode 100644
index cbc5c435..00000000
--- a/docs/changelog/1429.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Bump minimal virtualenv to 16.0.0 to improve own transitive
-deps handling in some ancient envs. — by :user:`webknjaz`
diff --git a/docs/changelog/1437.bugfix.rst b/docs/changelog/1437.bugfix.rst
deleted file mode 100644
index 0c12646e..00000000
--- a/docs/changelog/1437.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Adds ``CURL_CA_BUNDLE``, ``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE`` to the default passenv values. - by :user:`ssbarnea`
diff --git a/docs/changelog/1444.bugfix.rst b/docs/changelog/1444.bugfix.rst
deleted file mode 100644
index 0c9d9cf9..00000000
--- a/docs/changelog/1444.bugfix.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Fix nested tox execution in the parallel mode by separating the environment
-variable that let's tox know it is invoked in the parallel mode
-(``_TOX_PARALLEL_ENV``) from the variable that informs the tests that tox is
-running in parallel mode (``TOX_PARALLEL_ENV``).
-— by :user:`hroncok`
diff --git a/docs/changelog/1452.bugfix.rst b/docs/changelog/1452.bugfix.rst
deleted file mode 100644
index fc3a8c9b..00000000
--- a/docs/changelog/1452.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix provisioning from a pyvenv interpreter. — by :user:`kentzo`
diff --git a/docs/changelog/1456.deprecation.rst b/docs/changelog/1456.deprecation.rst
deleted file mode 100644
index 97438b67..00000000
--- a/docs/changelog/1456.deprecation.rst
+++ /dev/null
@@ -1 +0,0 @@
-Python ``3.4`` is no longer supported. — by :user:`gaborbernat`