diff --git a/docs/changelog.rst b/docs/changelog.rst index b0d44a3f6..d21f68917 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Release History .. towncrier release notes start +v4.18.1 (2024-09-07) +-------------------- + +Bugfixes - 4.18.1 +~~~~~~~~~~~~~~~~~ +- Fix and test the string spec for the ``sys.executable`` interpreter (introduced in :pull:`3325`) + - by :user:`hroncok` (:issue:`3327`) + +Improved Documentation - 4.18.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Changes the ``tox_env_teardown`` docstring to explain the hook is called after a tox env was teared down. (:issue:`3305`) + v4.18.0 (2024-08-13) -------------------- diff --git a/docs/changelog/3305.doc.rst b/docs/changelog/3305.doc.rst deleted file mode 100644 index 7e1608a0d..000000000 --- a/docs/changelog/3305.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Changes the ``tox_env_teardown`` docstring to explain the hook is called after a tox env was teared down. diff --git a/docs/changelog/3327.bugfix.rst b/docs/changelog/3327.bugfix.rst deleted file mode 100644 index dbad98cf6..000000000 --- a/docs/changelog/3327.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix and test the string spec for the ``sys.executable`` interpreter (introduced in :pull:`3325`) -- by :user:`hroncok`