diff --git a/docs/changelog.rst b/docs/changelog.rst index e9db0499f..2611e1a7d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Release History .. towncrier release notes start +v4.4.8 (2023-03-26) +------------------- + +Bugfixes - 4.4.8 +~~~~~~~~~~~~~~~~ +- ``tox.ini`` is now included in source distributions in order to make all tests pass. (:issue:`2939`) +- Fix ``--index-url`` and ``--find-links`` being used together in ``requirements.txt`` files. (:issue:`2959`) + + v4.4.6 (2023-02-21) ------------------- diff --git a/docs/changelog/2939.bugfix.rst b/docs/changelog/2939.bugfix.rst deleted file mode 100644 index 9712e7b84..000000000 --- a/docs/changelog/2939.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``tox.ini`` is now included in source distributions in order to make all tests pass. diff --git a/docs/changelog/2959.bugfix.rst b/docs/changelog/2959.bugfix.rst deleted file mode 100644 index 993c334fe..000000000 --- a/docs/changelog/2959.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``--index-url`` and ``--find-links`` being used together in ``requirements.txt`` files.