summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2019-09-03 16:37:32 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2019-09-03 16:37:32 +0100
commit7a8a6acf5f72472dadcc982c2e418c7e7a52e6fb (patch)
treed95e37bc302d1d3f8d159ee30e713785fbc6cbe5 /docs/changelog
parent6cb400e20d8d0d350c1bfb914ecdf09dbfe36a76 (diff)
downloadtox-git-7a8a6acf5f72472dadcc982c2e418c7e7a52e6fb.tar.gz
release 3.14.03.14.0
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/1363.misc.fix-broken-pr-template.rst1
-rw-r--r--docs/changelog/1367.misc.rst2
-rw-r--r--docs/changelog/1370.misc.show-change-fragments-help.rst1
-rw-r--r--docs/changelog/1374.bugfix.rst1
-rw-r--r--docs/changelog/1374.feature.rst1
-rw-r--r--docs/changelog/1377.bugfix.rst1
-rw-r--r--docs/changelog/1378.bugfix.rst1
-rw-r--r--docs/changelog/1380.bugfix.rst1
-rw-r--r--docs/changelog/1383.bugfix.rst1
-rw-r--r--docs/changelog/1384.feature.rst1
-rw-r--r--docs/changelog/1399.doc.rst1
-rw-r--r--docs/changelog/1415.bugfix.rst1
12 files changed, 0 insertions, 13 deletions
diff --git a/docs/changelog/1363.misc.fix-broken-pr-template.rst b/docs/changelog/1363.misc.fix-broken-pr-template.rst
deleted file mode 100644
index c30e6c4b..00000000
--- a/docs/changelog/1363.misc.fix-broken-pr-template.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix relative URLs to files in the repo in ``.github/PULL_REQUEST_TEMPLATE.md`` — by :user:`webknjaz`
diff --git a/docs/changelog/1367.misc.rst b/docs/changelog/1367.misc.rst
deleted file mode 100644
index f1643f3c..00000000
--- a/docs/changelog/1367.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Replace ``importlib_metadata`` backport with ``importlib.metadata``
-from the standard library on Python ``3.8+`` - by :user:`hroncok`
diff --git a/docs/changelog/1370.misc.show-change-fragments-help.rst b/docs/changelog/1370.misc.show-change-fragments-help.rst
deleted file mode 100644
index 03af261d..00000000
--- a/docs/changelog/1370.misc.show-change-fragments-help.rst
+++ /dev/null
@@ -1 +0,0 @@
-Render the change fragment help on the ``docs/changelog/`` directory view on GitHub — by :user:`webknjaz`
diff --git a/docs/changelog/1374.bugfix.rst b/docs/changelog/1374.bugfix.rst
deleted file mode 100644
index 4c052109..00000000
--- a/docs/changelog/1374.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``PythonSpec`` detection of ``python3.10`` - by :user:`asottile`
diff --git a/docs/changelog/1374.feature.rst b/docs/changelog/1374.feature.rst
deleted file mode 100644
index 76707229..00000000
--- a/docs/changelog/1374.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add support for minor versions with multiple digits ``tox -e py310`` works for ``python3.10`` - by :user:`asottile`
diff --git a/docs/changelog/1377.bugfix.rst b/docs/changelog/1377.bugfix.rst
deleted file mode 100644
index 2834b85b..00000000
--- a/docs/changelog/1377.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix regression failing to detect future and past ``py##`` factors - by :user:`asottile`
diff --git a/docs/changelog/1378.bugfix.rst b/docs/changelog/1378.bugfix.rst
deleted file mode 100644
index f4ac6481..00000000
--- a/docs/changelog/1378.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``current_tox_py`` for ``pypy`` / ``pypy3`` - by :user:`asottile`
diff --git a/docs/changelog/1380.bugfix.rst b/docs/changelog/1380.bugfix.rst
deleted file mode 100644
index c7fdadf1..00000000
--- a/docs/changelog/1380.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Honor environment markers in ``requires`` list - by :user:`asottile`
diff --git a/docs/changelog/1383.bugfix.rst b/docs/changelog/1383.bugfix.rst
deleted file mode 100644
index 3445944b..00000000
--- a/docs/changelog/1383.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-improve recreate check by allowing directories containing ``.tox-config1`` (the marker file created by tox) - by :user:`asottile`
diff --git a/docs/changelog/1384.feature.rst b/docs/changelog/1384.feature.rst
deleted file mode 100644
index ab6146ef..00000000
--- a/docs/changelog/1384.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Remove dependence on ``md5`` hashing algorithm - by :user:`asottile`
diff --git a/docs/changelog/1399.doc.rst b/docs/changelog/1399.doc.rst
deleted file mode 100644
index dbb83cde..00000000
--- a/docs/changelog/1399.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-clarify behaviour if recreate is set to false - by :user:`PJCampi`
diff --git a/docs/changelog/1415.bugfix.rst b/docs/changelog/1415.bugfix.rst
deleted file mode 100644
index 89612be8..00000000
--- a/docs/changelog/1415.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Recognize correctly interpreters that have suffixes (like python3.7-dbg).