Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 3.15.0 #1574

Merged
merged 1 commit into from
May 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/1418.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1423.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1542.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1544.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1545.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1547.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1561.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1573.doc.rst

This file was deleted.