Skip to content

Commit

Permalink
release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jan 16, 2023
1 parent aff1d4d commit 6fe280a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
22 changes: 22 additions & 0 deletions docs/changelog.rst
Expand Up @@ -4,6 +4,28 @@ Release History

.. towncrier release notes start
v4.3.0 (2023-01-15)
-------------------

Features - 4.3.0
~~~~~~~~~~~~~~~~
- Rewrite substitution replacement parser - by :user:`masenf`

* ``\`` acts as a proper escape for ``\`` in ini-style substitutions
* The resulting value of a substitution is no longer reprocessed in the context
of the broader string. (Prior to this change, ini-values were repeatedly re-substituted until
the expression no longer had modifications)
* Migrate and update "Substitutions" section of Configuration page from v3 docs.
* ```find_replace_part`` is removed from ``tox.config.loader.ini.replace``
* New names exported from ``tox.config.loader.ini.replace``:
* ``find_replace_expr``
* ``MatchArg``
* ``MatchError``
* ``MatchExpression``
* Note: the API for ``replace`` itself is unchanged. (:issue:`2732`)
- Improved documentation for factors and test env names - by :user:`stephenfin`. (:issue:`2852`)


v4.2.8 (2023-01-11)
-------------------

Expand Down
14 changes: 0 additions & 14 deletions docs/changelog/2732.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2852.feature.rst

This file was deleted.

0 comments on commit 6fe280a

Please sign in to comment.