Skip to content

Commit f0808f7

Browse files
authored
release 3.12.0 (#1312)
release 3.12.0
2 parents c7456aa + 772a436 commit f0808f7

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

docs/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ with advance notice in the **Deprecations** section of releases.
1111

1212
.. towncrier release notes start
1313
14+
v3.12.0 (2019-05-23)
15+
--------------------
16+
17+
Bugfixes
18+
^^^^^^^^
19+
20+
- When using ``--parallel`` with ``--result-json`` the test results are now included the same way as with serial runs - by :user:`fschulze`
21+
`#1295 <https://github.com/tox-dev/tox/issues/1295>`_
22+
- 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`.
23+
`#1306 <https://github.com/tox-dev/tox/issues/1306>`_
24+
25+
26+
Features
27+
^^^^^^^^
28+
29+
- 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`
30+
`#1184 <https://github.com/tox-dev/tox/issues/1184>`_
31+
32+
1433
v3.11.1 (2019-05-16)
1534
--------------------
1635

docs/changelog/1184.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/1295.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/1306.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)