From 31e0bc669e949336432735189ea577649e7f457d Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Tue, 14 Jul 2020 21:00:16 +0100 Subject: [PATCH] release 3.17.0 --- docs/changelog.rst | 21 +++++++++++++++++++++ docs/changelog/1612.feature.rst | 1 - docs/changelog/1613.doc.rst | 1 - docs/changelog/1615.feature.rst | 3 --- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 docs/changelog/1612.feature.rst delete mode 100644 docs/changelog/1613.doc.rst delete mode 100644 docs/changelog/1615.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 1df1ea45d..78892596c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `_ +- 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 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Update packaging information for Flit. + `#1613 `_ + + v3.16.1 (2020-06-29) -------------------- diff --git a/docs/changelog/1612.feature.rst b/docs/changelog/1612.feature.rst deleted file mode 100644 index 224371fc7..000000000 --- a/docs/changelog/1612.feature.rst +++ /dev/null @@ -1 +0,0 @@ -The long arguments ``--verbose`` and ``--quiet`` (rather than only their short forms, ``-v`` and ``-q``) are now accepted. diff --git a/docs/changelog/1613.doc.rst b/docs/changelog/1613.doc.rst deleted file mode 100644 index 7ed6af554..000000000 --- a/docs/changelog/1613.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Update packaging information for Flit. diff --git a/docs/changelog/1615.feature.rst b/docs/changelog/1615.feature.rst deleted file mode 100644 index 258120d32..000000000 --- a/docs/changelog/1615.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -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`