summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-01-16 09:06:56 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-01-16 09:06:56 -0800
commita2222e98b320467e821cf9444113e9b40ab3ad1b (patch)
tree389a64ef0e2d2bbe1f803dcb382b11dbfcd1421c
parent14194d63dd81f445aa599f4286a5679d6a380681 (diff)
downloadtox-git-a2222e98b320467e821cf9444113e9b40ab3ad1b.tar.gz
release 4.3.24.3.2
-rw-r--r--docs/changelog.rst12
-rw-r--r--docs/changelog/2869.bugfix.rst5
2 files changed, 12 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c13111c8..649cfcd9 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,18 @@ Release History
.. towncrier release notes start
+v4.3.2 (2023-01-16)
+-------------------
+
+Bugfixes - 4.3.2
+~~~~~~~~~~~~~~~~
+- Fix regression introduced in 4.3.0 which occured when a substitution expression
+ for an environment variable that had previously been substituted appears in the
+ ini file after a substitution expression for a different environment variable.
+ This situation erroneously resulted in an exception about "circular chain
+ between set" of those variables - by :user:`masenf`. (:issue:`2869`)
+
+
v4.3.1 (2023-01-15)
-------------------
diff --git a/docs/changelog/2869.bugfix.rst b/docs/changelog/2869.bugfix.rst
deleted file mode 100644
index 78588787..00000000
--- a/docs/changelog/2869.bugfix.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Fix regression introduced in 4.3.0 which occured when a substitution expression
-for an environment variable that had previously been substituted appears in the
-ini file after a substitution expression for a different environment variable.
-This situation erroneously resulted in an exception about "circular chain
-between set" of those variables - by :user:`masenf`.