From 8b225462086095dca4f192d844fd450bcbe373ac Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Sat, 2 May 2020 17:05:23 +0100 Subject: [PATCH] release 3.15.0 --- docs/changelog.rst | 34 +++++++++++++++++++++++++++++++++ docs/changelog/1418.feature.rst | 1 - docs/changelog/1423.bugfix.rst | 1 - docs/changelog/1542.bugfix.rst | 1 - docs/changelog/1544.bugfix.rst | 1 - docs/changelog/1545.feature.rst | 1 - docs/changelog/1547.bugfix.rst | 1 - docs/changelog/1561.feature.rst | 1 - docs/changelog/1573.doc.rst | 1 - 9 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 docs/changelog/1418.feature.rst delete mode 100644 docs/changelog/1423.bugfix.rst delete mode 100644 docs/changelog/1542.bugfix.rst delete mode 100644 docs/changelog/1544.bugfix.rst delete mode 100644 docs/changelog/1545.feature.rst delete mode 100644 docs/changelog/1547.bugfix.rst delete mode 100644 docs/changelog/1561.feature.rst delete mode 100644 docs/changelog/1573.doc.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 5167650a5..4c92f3ed2 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 `_ +- Fix parsing of architecture in python interpreter name. - by :user:`bruchar1` + `#1542 `_ +- Prevent exception when command is empty. - by :user:`bruchar1` + `#1544 `_ +- Fix irrelevant Error message for invalid argument when running outside a directory with tox support files by :user:`nkpro2000sr`. + `#1547 `_ + + +Features +^^^^^^^^ + +- Allow parallel mode without arguments. - by :user:`ssbarnea` + `#1418 `_ +- Allow generative section name expansion. - by :user:`bruchar1` + `#1545 `_ +- default to passing the env var PIP_EXTRA_INDEX_URL by :user:`georgealton`. + `#1561 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Improve documentation about config by adding tox environment description at start - by :user:`stephenfin`. + `#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 f08283090..000000000 --- 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 5cc043e04..000000000 --- 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 d75131080..000000000 --- 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 33337c5cc..000000000 --- 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 755145e9e..000000000 --- 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 c4b2248e7..000000000 --- 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 3a061a5b0..000000000 --- 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 2dddf509d..000000000 --- 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`.