Skip to content

Commit ad6ca10

Browse files
authored
Merge pull request #1775 from tox-dev/release-3.21.0
release 3.21.0
2 parents 49edaed + 2cc64c1 commit ad6ca10

14 files changed

+46
-15
lines changed

docs/changelog.rst

+46
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,52 @@ with advance notice in the **Deprecations** section of releases.
1111

1212
.. towncrier release notes start
1313
14+
v3.21.0 (2021-01-08)
15+
--------------------
16+
17+
Bugfixes
18+
^^^^^^^^
19+
20+
- Fix the false ``congratulations`` message that appears when a ``KeyboardInterrupt`` occurs during package installation. - by :user:`gnikonorov`
21+
`#1453 <https://github.com/tox-dev/tox/issues/1453>`_
22+
- Fix ``platform`` support for ``install_command``. - by :user:`jayvdb`
23+
`#1464 <https://github.com/tox-dev/tox/issues/1464>`_
24+
- Fixed regression in v3.20.0 that caused escaped curly braces in setenv
25+
to break usage of the variable elsewhere in tox.ini. - by :user:`jayvdb`
26+
`#1690 <https://github.com/tox-dev/tox/issues/1690>`_
27+
- Prevent ``{}`` and require ``{:`` is only followed by ``}``. - by :user:`jayvdb`
28+
`#1711 <https://github.com/tox-dev/tox/issues/1711>`_
29+
- Raise ``MissingSubstitution`` on access of broken ini setting. - by :user:`jayvdb`
30+
`#1716 <https://github.com/tox-dev/tox/issues/1716>`_
31+
32+
33+
Features
34+
^^^^^^^^
35+
36+
- Allow \{ and \} in default of {env:key:default}. - by :user:`jayvdb`
37+
`#1502 <https://github.com/tox-dev/tox/issues/1502>`_
38+
- Allow {posargs} in setenv. - by :user:`jayvdb`
39+
`#1695 <https://github.com/tox-dev/tox/issues/1695>`_
40+
- Allow {/} to refer to os.sep. - by :user:`jayvdb`
41+
`#1700 <https://github.com/tox-dev/tox/issues/1700>`_
42+
- Make parsing [testenv] sections in setup.cfg official. - by :user:`mauvilsa`
43+
`#1727 <https://github.com/tox-dev/tox/issues/1727>`_
44+
- Relax importlib requirement to allow 3.0.0 or any newer version - by
45+
:user:`pkolbus`
46+
`#1763 <https://github.com/tox-dev/tox/issues/1763>`_
47+
48+
49+
Documentation
50+
^^^^^^^^^^^^^
51+
52+
- Document more info about using ``platform`` setting. - by :user:`prakhargurunani`
53+
`#1144 <https://github.com/tox-dev/tox/issues/1144>`_
54+
- Replace ``indexserver`` in documentation with environment variables - by :user:`ziima`.
55+
`#1357 <https://github.com/tox-dev/tox/issues/1357>`_
56+
- Document that the ``passenv`` environment setting is case insensitive. - by :user:`gnikonorov`
57+
`#1534 <https://github.com/tox-dev/tox/issues/1534>`_
58+
59+
1460
v3.20.1 (2020-10-09)
1561
--------------------
1662

docs/changelog/1144.doc.rst

-1
This file was deleted.

docs/changelog/1357.doc.rst

-1
This file was deleted.

docs/changelog/1453.bugfix.rst

-1
This file was deleted.

docs/changelog/1464.bugfix.rst

-1
This file was deleted.

docs/changelog/1502.feature.rst

-1
This file was deleted.

docs/changelog/1534.doc.rst

-1
This file was deleted.

docs/changelog/1690.bugfix.rst

-2
This file was deleted.

docs/changelog/1695.feature.rst

-1
This file was deleted.

docs/changelog/1700.feature.rst

-1
This file was deleted.

docs/changelog/1711.bugfix.rst

-1
This file was deleted.

docs/changelog/1716.bugfix.rst

-1
This file was deleted.

docs/changelog/1727.feature.rst

-1
This file was deleted.

docs/changelog/1763.feature.rst

-2
This file was deleted.

0 commit comments

Comments
 (0)