Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.