@@ -11,6 +11,52 @@ with advance notice in the **Deprecations** section of releases.
11
11
12
12
.. towncrier release notes start
13
13
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
+
14
60
v3.20.1 (2020-10-09)
15
61
--------------------
16
62
0 commit comments