Skip to content

Commit

Permalink
release 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed May 23, 2019
1 parent c7456aa commit 772a436
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start
v3.12.0 (2019-05-23)
--------------------

Bugfixes
^^^^^^^^

- When using ``--parallel`` with ``--result-json`` the test results are now included the same way as with serial runs - by :user:`fschulze`
`#1295 <https://github.com/tox-dev/tox/issues/1295>`_
- Turns out the output of the ``py -0p`` is not stable yet and varies depending on various edge cases. Instead now we read the interpreter values directly from registry via `PEP-514 <https://www.python.org/dev/peps/pep-0514>`_ - by :user:`gaborbernat`.
`#1306 <https://github.com/tox-dev/tox/issues/1306>`_


Features
^^^^^^^^

- Adding ``TOX_PARALLEL_NO_SPINNER`` environment variable to disable the spinner in parallel mode for the purposes of clean output when using CI tools - by :user:`zeroshift`
`#1184 <https://github.com/tox-dev/tox/issues/1184>`_


v3.11.1 (2019-05-16)
--------------------

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 772a436

Please sign in to comment.