We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b849b commit 7ccd0f1Copy full SHA for 7ccd0f1
docs/changelog.rst
@@ -4,6 +4,18 @@ Release History
4
5
.. towncrier release notes start
6
7
+v4.3.1 (2023-01-15)
8
+-------------------
9
+
10
+Bugfixes - 4.3.1
11
+~~~~~~~~~~~~~~~~
12
+- Fix regression introduced in 4.3.0 by expanding substitution expressions
13
+ (``{...}``) that result from a previous subsitution's replacement value (up to
14
+ 100 times). Note that recursive expansion is strictly depth-first; no
15
+ replacement value will ever affect adjacent characters nor will expansion ever
16
+ occur over the result of more than one replacement - by :user:`masenf`. (:issue:`2863`)
17
18
19
v4.3.0 (2023-01-15)
20
-------------------
21
docs/changelog/2863.bugfix.rst
0 commit comments