From f9664f200ba1298fb78a4d1405b7910aa62fe0f7 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Fri, 11 Jan 2019 14:26:49 +0000 Subject: [PATCH] release 3.7.0 --- docs/changelog.rst | 29 +++++++++++++++++++++++++++++ docs/changelog/1110.doc.rst | 1 - docs/changelog/1119.feature.rst | 1 - docs/changelog/1120.doc.rst | 2 -- docs/changelog/1129.deprecation.rst | 1 - docs/changelog/439.feature.rst | 1 - 6 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 docs/changelog/1110.doc.rst delete mode 100644 docs/changelog/1119.feature.rst delete mode 100644 docs/changelog/1120.doc.rst delete mode 100644 docs/changelog/1129.deprecation.rst delete mode 100644 docs/changelog/439.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index ede69c1d6..32be91978 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,35 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.7.0 (2019-01-11) +------------------- + +Features +^^^^^^^^ + +- Parallel mode added (alternative to ``detox`` which is being deprecated), for more details see :ref:`parallel_mode` - by :user:`gaborbernat`. + `#439 `_ +- Added command line shortcut ``-s`` for ``--skip-missing-interpreters`` - by :user:`evandrocoan` + `#1119 `_ + + +Deprecations (removal in next major release) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Whitelisting of externals will be mandatory in tox 4: issue a deprecation warning as part of the already existing warning - by :user:`obestwalter` + `#1129 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Clarify explanations in examples and avoid unsupported end line comments - by :user:`obestwalter` + `#1110 `_ +- Set to PULL_REQUEST_TEMPLATE.md use relative instead of absolute URLs - by :user:`evandrocoan` + Fixed PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst - by :user:`evandrocoan` + `#1120 `_ + + v3.6.1 (2018-12-24) ------------------- diff --git a/docs/changelog/1110.doc.rst b/docs/changelog/1110.doc.rst deleted file mode 100644 index 8574b5e60..000000000 --- a/docs/changelog/1110.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Clarify explanations in examples and avoid unsupported end line comments - by :user:`obestwalter` diff --git a/docs/changelog/1119.feature.rst b/docs/changelog/1119.feature.rst deleted file mode 100644 index 7b0aedb37..000000000 --- a/docs/changelog/1119.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added command line shortcut ``-s`` for ``--skip-missing-interpreters`` - by :user:`evandrocoan` diff --git a/docs/changelog/1120.doc.rst b/docs/changelog/1120.doc.rst deleted file mode 100644 index 20ff801bc..000000000 --- a/docs/changelog/1120.doc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Set to PULL_REQUEST_TEMPLATE.md use relative instead of absolute URLs - by :user:`evandrocoan` -Fixed PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst - by :user:`evandrocoan` diff --git a/docs/changelog/1129.deprecation.rst b/docs/changelog/1129.deprecation.rst deleted file mode 100644 index f9915c19c..000000000 --- a/docs/changelog/1129.deprecation.rst +++ /dev/null @@ -1 +0,0 @@ -Whitelisting of externals will be mandatory in tox 4: issue a deprecation warning as part of the already existing warning - by :user:`obestwalter` diff --git a/docs/changelog/439.feature.rst b/docs/changelog/439.feature.rst deleted file mode 100644 index 029b6c2bb..000000000 --- a/docs/changelog/439.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Parallel mode added (alternative to ``detox`` which is being deprecated), for more details see :ref:`parallel_mode` - by :user:`gaborbernat`.