File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,26 @@ with advance notice in the **Deprecations** section of releases.
11
11
12
12
.. towncrier release notes start
13
13
14
+ v3.11.0 (2019-05-15)
15
+ --------------------
16
+
17
+ Features
18
+ ^^^^^^^^
19
+
20
+ - ``--showconfig `` overhaul:
21
+
22
+ - now fully generated via the config parser, so anyone can load it by using the built-in python config parser
23
+ - the ``tox `` section contains all configuration data from config
24
+ - the ``tox `` section contains a ``host_python `` key detailing the path of the host python
25
+ - the ``tox:version `` section contains the versions of all packages tox depends on with their version
26
+ - passing ``-l `` now allows only listing default target envs
27
+ - allows showing config for a given set of tox environments only via the ``-e `` cli flag or the ``TOXENV `` environment
28
+ variable, in this case the ``tox `` and ``tox:version `` section is only shown if at least one verbosity flag is passed
29
+
30
+ this should help inspecting the options.
31
+ `#1298 <https://github.com/tox-dev/tox/issues/1298 >`_
32
+
33
+
14
34
v3.10.0 (2019-05-13)
15
35
--------------------
16
36
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments