summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/changelog.rst48
-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
13 files changed, 48 insertions, 13 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 6446321c..ec5f622c 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,54 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.14.0 (2019-09-03)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Fix ``PythonSpec`` detection of ``python3.10`` - by :user:`asottile`
+ `#1374 <https://github.com/tox-dev/tox/issues/1374>`_
+- Fix regression failing to detect future and past ``py##`` factors - by :user:`asottile`
+ `#1377 <https://github.com/tox-dev/tox/issues/1377>`_
+- Fix ``current_tox_py`` for ``pypy`` / ``pypy3`` - by :user:`asottile`
+ `#1378 <https://github.com/tox-dev/tox/issues/1378>`_
+- Honor environment markers in ``requires`` list - by :user:`asottile`
+ `#1380 <https://github.com/tox-dev/tox/issues/1380>`_
+- improve recreate check by allowing directories containing ``.tox-config1`` (the marker file created by tox) - by :user:`asottile`
+ `#1383 <https://github.com/tox-dev/tox/issues/1383>`_
+- Recognize correctly interpreters that have suffixes (like python3.7-dbg).
+ `#1415 <https://github.com/tox-dev/tox/issues/1415>`_
+
+
+Features
+^^^^^^^^
+
+- Add support for minor versions with multiple digits ``tox -e py310`` works for ``python3.10`` - by :user:`asottile`
+ `#1374 <https://github.com/tox-dev/tox/issues/1374>`_
+- Remove dependence on ``md5`` hashing algorithm - by :user:`asottile`
+ `#1384 <https://github.com/tox-dev/tox/issues/1384>`_
+
+
+Documentation
+^^^^^^^^^^^^^
+
+- clarify behaviour if recreate is set to false - by :user:`PJCampi`
+ `#1399 <https://github.com/tox-dev/tox/issues/1399>`_
+
+
+Miscellaneous
+^^^^^^^^^^^^^
+
+- Fix relative URLs to files in the repo in ``.github/PULL_REQUEST_TEMPLATE.md`` — by :user:`webknjaz`
+ `#1363 <https://github.com/tox-dev/tox/issues/1363>`_
+- Replace ``importlib_metadata`` backport with ``importlib.metadata``
+ from the standard library on Python ``3.8+`` - by :user:`hroncok`
+ `#1367 <https://github.com/tox-dev/tox/issues/1367>`_
+- Render the change fragment help on the ``docs/changelog/`` directory view on GitHub — by :user:`webknjaz`
+ `#1370 <https://github.com/tox-dev/tox/issues/1370>`_
+
+
v3.13.2 (2019-07-01)
--------------------
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).