diff --git a/docs/changelog.rst b/docs/changelog.rst index 9018249a6..519f970ea 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Release History .. towncrier release notes start +v4.11.1 (2023-09-01) +-------------------- + +Bugfixes - 4.11.1 +~~~~~~~~~~~~~~~~~ +- Allow passing in multiple overrides using the ``;`` character and fix ``,`` being used as splitting values - + by :user:`gaborbernat`. (:issue:`3112`) + + v4.11.0 (2023-08-29) -------------------- diff --git a/docs/changelog/3112.bugfix.rst b/docs/changelog/3112.bugfix.rst deleted file mode 100644 index 2b2bda774..000000000 --- a/docs/changelog/3112.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Allow passing in multiple overrides using the ``;`` character and fix ``,`` being used as splitting values - -by :user:`gaborbernat`.