summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <gaborjbernat@gmail.com>2018-08-10 07:17:41 +0100
committerBernat Gabor <gaborjbernat@gmail.com>2018-08-10 07:21:38 +0100
commit6cc196301f054c8babff0df0bac4253c576555b9 (patch)
tree53671ef324f55831083ac4915f35000c39287401
parentabc3ef2cd69db4fe66a84464ce92abc27455b518 (diff)
downloadtox-git-3.2.0.tar.gz
release 3.2.03.2.0
-rw-r--r--CHANGELOG.rst13
-rw-r--r--changelog/783.feature.rst1
-rw-r--r--changelog/849.feature.rst2
-rw-r--r--changelog/xxx.feature.rst2
4 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9dd0d601..7cfd9f8e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,19 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+3.2.0 (2018-08-10)
+------------------
+
+Features
+^^^^^^^^
+
+- Switch pip invocations to use the module ``-m pip`` instead of direct invocation. This could help
+ avoid some of the shebang limitations. - by :user:`gaborbernat` (`#935 <https://github.com/tox-dev/tox/issues/935>`_)
+- Ability to specify package requirements for the tox run via the ``tox.ini`` (``tox`` section under key ``requires`` - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user:`gaborbernat` (`#783 <https://github.com/tox-dev/tox/issues/783>`_)
+- Allow to run multiple tox instances in parallel by providing the
+ ``--parallel--safe-build`` flag. - by :user:`gaborbernat` (`#849 <https://github.com/tox-dev/tox/issues/849>`_)
+
+
3.1.3 (2018-08-03)
------------------
diff --git a/changelog/783.feature.rst b/changelog/783.feature.rst
deleted file mode 100644
index c49c8e35..00000000
--- a/changelog/783.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Ability to specify package requirements for the tox run via the ``tox.ini`` (``tox`` section under key ``requires`` - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user:`gaborbernat`
diff --git a/changelog/849.feature.rst b/changelog/849.feature.rst
deleted file mode 100644
index 5f0daf69..00000000
--- a/changelog/849.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Allow to run multiple tox instances in parallel by providing the
-```--parallel--safe-build`` flag. - by :user:`gaborbernat`
diff --git a/changelog/xxx.feature.rst b/changelog/xxx.feature.rst
deleted file mode 100644
index 4993e688..00000000
--- a/changelog/xxx.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Switch pip invocations to use the module ``-m pip`` instead of direct invocation. This could help
-avoid some of the shebang limitations. - by :user:`gaborbernat`