Skip to content

Commit

Permalink
release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jan 16, 2023
1 parent 99b849b commit 7ccd0f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Release History

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

Bugfixes - 4.3.1
~~~~~~~~~~~~~~~~
- Fix regression introduced in 4.3.0 by expanding substitution expressions
(``{...}``) that result from a previous subsitution's replacement value (up to
100 times). Note that recursive expansion is strictly depth-first; no
replacement value will ever affect adjacent characters nor will expansion ever
occur over the result of more than one replacement - by :user:`masenf`. (:issue:`2863`)


v4.3.0 (2023-01-15)
-------------------

Expand Down
5 changes: 0 additions & 5 deletions docs/changelog/2863.bugfix.rst

This file was deleted.

0 comments on commit 7ccd0f1

Please sign in to comment.