summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-02-13 12:03:28 +0000
committerBernat Gabor <bgabor8@bloomberg.net>2020-02-13 12:03:28 +0000
commitde8b70805f012e7499f462e75f0b7253ed955300 (patch)
tree44a50310719afd2b081074b369cfb38cfb73da3b /docs/changelog
parent853deb553eec5d05f7ead8d193011bcd61809e47 (diff)
downloadtox-git-de8b70805f012e7499f462e75f0b7253ed955300.tar.gz
release 3.14.43.14.4
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/1493.feature.rst1
-rw-r--r--docs/changelog/1498.feature.rst1
-rw-r--r--docs/changelog/1519.bugfix.rst2
-rw-r--r--docs/changelog/1521.bugfix.rst1
4 files changed, 0 insertions, 5 deletions
diff --git a/docs/changelog/1493.feature.rst b/docs/changelog/1493.feature.rst
deleted file mode 100644
index 20f8fb30..00000000
--- a/docs/changelog/1493.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add ``interrupt_timeout`` and ``terminate_timeout`` that configure delay between SIGINT, SIGTERM and SIGKILL when tox is interrupted. - by :user:`sileht`
diff --git a/docs/changelog/1498.feature.rst b/docs/changelog/1498.feature.rst
deleted file mode 100644
index 4e5d8f1e..00000000
--- a/docs/changelog/1498.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add ``HTTP_PROXY``, ``HTTPS_PROXY`` and ``NO_PROXY`` to default passenv. - by :user:`pfmoore`
diff --git a/docs/changelog/1519.bugfix.rst b/docs/changelog/1519.bugfix.rst
deleted file mode 100644
index 5817382e..00000000
--- a/docs/changelog/1519.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Bump minimal six version needed to avoid using one incompatible with newer
-virtualenv. - by :user:`ssbarnea`
diff --git a/docs/changelog/1521.bugfix.rst b/docs/changelog/1521.bugfix.rst
deleted file mode 100644
index 43905e06..00000000
--- a/docs/changelog/1521.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea`