diff --git a/docs/changelog.rst b/docs/changelog.rst index c13111c8e..649cfcd95 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 78588787c..000000000 --- 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`.