diff --git a/docs/changelog.rst b/docs/changelog.rst index 82fa4b5b0..49c1e0afc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Release History .. towncrier release notes start +v4.0.15 (2022-12-19) +-------------------- + +Bugfixes - 4.0.15 +~~~~~~~~~~~~~~~~~ +- Fix tox auto-provisioning not working and relax :ref:`min_version` default from ``4.0`` to no version constraint + - by user:`gaborbernat`. (:issue:`2634`) +- Fix assertion in ``test_result_json_sequential`` when interpreter ``_base_executable`` is a hardlink (macOS homebrew) + - by user:`masenf`. (:issue:`2720`) +- Complex negative factor filters not working - by user:`gaborbernat`. (:issue:`2747`) + + v4.0.14 (2022-12-18) -------------------- diff --git a/docs/changelog/2634.bugfix.rst b/docs/changelog/2634.bugfix.rst deleted file mode 100644 index 8f0f94475..000000000 --- a/docs/changelog/2634.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix tox auto-provisioning not working and relax :ref:`min_version` default from ``4.0`` to no version constraint -- by user:`gaborbernat`. diff --git a/docs/changelog/2720.bugfix.rst b/docs/changelog/2720.bugfix.rst deleted file mode 100644 index a87bf6825..000000000 --- a/docs/changelog/2720.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix assertion in ``test_result_json_sequential`` when interpreter ``_base_executable`` is a hardlink (macOS homebrew) -- by user:`masenf`. diff --git a/docs/changelog/2747.bugfix.rst b/docs/changelog/2747.bugfix.rst deleted file mode 100644 index f0137074c..000000000 --- a/docs/changelog/2747.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Complex negative factor filters not working - by user:`gaborbernat`.