Skip to content

Commit

Permalink
release 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jul 14, 2020
1 parent cfe66fd commit 31e0bc6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
21 changes: 21 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start
v3.17.0 (2020-07-14)
--------------------

Features
^^^^^^^^

- The long arguments ``--verbose`` and ``--quiet`` (rather than only their short forms, ``-v`` and ``-q``) are now accepted.
`#1612 <https://github.com/tox-dev/tox/issues/1612>`_
- The ``ResultLog`` now prefers ``HOSTNAME`` environment variable value (if set) over the full qualified domain name of localhost.
This makes it possible to disable an undesired DNS lookup,
which happened on all ``tox`` invocations, including trivial ones - by :user:`hroncok`
`#1615 <https://github.com/tox-dev/tox/issues/1615>`_


Documentation
^^^^^^^^^^^^^

- Update packaging information for Flit.
`#1613 <https://github.com/tox-dev/tox/issues/1613>`_


v3.16.1 (2020-06-29)
--------------------

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/1615.feature.rst

This file was deleted.

0 comments on commit 31e0bc6

Please sign in to comment.