summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2020-05-02 17:05:23 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2020-05-02 17:05:23 +0100
commit8b225462086095dca4f192d844fd450bcbe373ac (patch)
tree5800a3de78501dca9e931d0ea29bacef9071e7df
parent659fcb603ec03631f75071945cb104a05e441cf6 (diff)
downloadtox-git-3.15.0.tar.gz
release 3.15.03.15.0
-rw-r--r--docs/changelog.rst34
-rw-r--r--docs/changelog/1418.feature.rst1
-rw-r--r--docs/changelog/1423.bugfix.rst1
-rw-r--r--docs/changelog/1542.bugfix.rst1
-rw-r--r--docs/changelog/1544.bugfix.rst1
-rw-r--r--docs/changelog/1545.feature.rst1
-rw-r--r--docs/changelog/1547.bugfix.rst1
-rw-r--r--docs/changelog/1561.feature.rst1
-rw-r--r--docs/changelog/1573.doc.rst1
9 files changed, 34 insertions, 8 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5167650a..4c92f3ed 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,40 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.15.0 (2020-05-02)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Respect attempts to change ``PATH`` via ``setenv`` - by :user:`aklajnert`.
+ `#1423 <https://github.com/tox-dev/tox/issues/1423>`_
+- Fix parsing of architecture in python interpreter name. - by :user:`bruchar1`
+ `#1542 <https://github.com/tox-dev/tox/issues/1542>`_
+- Prevent exception when command is empty. - by :user:`bruchar1`
+ `#1544 <https://github.com/tox-dev/tox/issues/1544>`_
+- Fix irrelevant Error message for invalid argument when running outside a directory with tox support files by :user:`nkpro2000sr`.
+ `#1547 <https://github.com/tox-dev/tox/issues/1547>`_
+
+
+Features
+^^^^^^^^
+
+- Allow parallel mode without arguments. - by :user:`ssbarnea`
+ `#1418 <https://github.com/tox-dev/tox/issues/1418>`_
+- Allow generative section name expansion. - by :user:`bruchar1`
+ `#1545 <https://github.com/tox-dev/tox/issues/1545>`_
+- default to passing the env var PIP_EXTRA_INDEX_URL by :user:`georgealton`.
+ `#1561 <https://github.com/tox-dev/tox/issues/1561>`_
+
+
+Documentation
+^^^^^^^^^^^^^
+
+- Improve documentation about config by adding tox environment description at start - by :user:`stephenfin`.
+ `#1573 <https://github.com/tox-dev/tox/issues/1573>`_
+
+
v3.14.6 (2020-03-25)
--------------------
diff --git a/docs/changelog/1418.feature.rst b/docs/changelog/1418.feature.rst
deleted file mode 100644
index f0828309..00000000
--- a/docs/changelog/1418.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow parallel mode without arguments. - by :user:`ssbarnea`
diff --git a/docs/changelog/1423.bugfix.rst b/docs/changelog/1423.bugfix.rst
deleted file mode 100644
index 5cc043e0..00000000
--- a/docs/changelog/1423.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Respect attempts to change ``PATH`` via ``setenv`` - by :user:`aklajnert`.
diff --git a/docs/changelog/1542.bugfix.rst b/docs/changelog/1542.bugfix.rst
deleted file mode 100644
index d7513108..00000000
--- a/docs/changelog/1542.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix parsing of architecture in python interpreter name. - by :user:`bruchar1`
diff --git a/docs/changelog/1544.bugfix.rst b/docs/changelog/1544.bugfix.rst
deleted file mode 100644
index 33337c5c..00000000
--- a/docs/changelog/1544.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent exception when command is empty. - by :user:`bruchar1`
diff --git a/docs/changelog/1545.feature.rst b/docs/changelog/1545.feature.rst
deleted file mode 100644
index 755145e9..00000000
--- a/docs/changelog/1545.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow generative section name expansion. - by :user:`bruchar1`
diff --git a/docs/changelog/1547.bugfix.rst b/docs/changelog/1547.bugfix.rst
deleted file mode 100644
index c4b2248e..00000000
--- a/docs/changelog/1547.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix irrelevant Error message for invalid argument when running outside a directory with tox support files by :user:`nkpro2000sr`.
diff --git a/docs/changelog/1561.feature.rst b/docs/changelog/1561.feature.rst
deleted file mode 100644
index 3a061a5b..00000000
--- a/docs/changelog/1561.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-default to passing the env var PIP_EXTRA_INDEX_URL by :user:`georgealton`.
diff --git a/docs/changelog/1573.doc.rst b/docs/changelog/1573.doc.rst
deleted file mode 100644
index 2dddf509..00000000
--- a/docs/changelog/1573.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improve documentation about config by adding tox environment description at start - by :user:`stephenfin`.