diff --git a/docs/changelog.rst b/docs/changelog.rst index 10cfa8097..c99431188 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,17 @@ Release History .. towncrier release notes start +v4.14.2 (2024-03-22) +-------------------- + +Bugfixes - 4.14.2 +~~~~~~~~~~~~~~~~~ +- Add provision arguments to ToxParser to fix crash when provisioning new tox environment without list-dependencies by :user:`seyidaniels` (:issue:`3190`) + +Improved Documentation - 4.14.2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Removed unused line from the 'fresh_subprocess' documentation. (:issue:`3241`) + v4.14.1 (2024-03-06) -------------------- diff --git a/docs/changelog/3190.bugfix.rst b/docs/changelog/3190.bugfix.rst deleted file mode 100644 index 1415fa365..000000000 --- a/docs/changelog/3190.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Add provision arguments to ToxParser to fix crash when provisioning new tox environment without list-dependencies by :user:`seyidaniels` diff --git a/docs/changelog/3241.doc.rst b/docs/changelog/3241.doc.rst deleted file mode 100644 index d21e406b6..000000000 --- a/docs/changelog/3241.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Removed unused line from the 'fresh_subprocess' documentation.