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 14194d6 commit a2222e9Copy full SHA for a2222e9
docs/changelog.rst
@@ -4,6 +4,18 @@ Release History
4
5
.. towncrier release notes start
6
7
+v4.3.2 (2023-01-16)
8
+-------------------
9
+
10
+Bugfixes - 4.3.2
11
+~~~~~~~~~~~~~~~~
12
+- Fix regression introduced in 4.3.0 which occured when a substitution expression
13
+ for an environment variable that had previously been substituted appears in the
14
+ ini file after a substitution expression for a different environment variable.
15
+ This situation erroneously resulted in an exception about "circular chain
16
+ between set" of those variables - by :user:`masenf`. (:issue:`2869`)
17
18
19
v4.3.1 (2023-01-15)
20
-------------------
21
docs/changelog/2869.bugfix.rst
0 commit comments