diff --git a/docs/_newsfragments/2384.bugfix.rst b/docs/_newsfragments/2384.bugfix.rst deleted file mode 100644 index 7f724e80c..000000000 --- a/docs/_newsfragments/2384.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Installing Falcon 4.0.0 unexpectly copies many unintended directories from the -source tree to the venv's ``site-packages``. This issue has been rectified, and -our CI has been extended with new tests (that verify what is actually installed -from the distribution) to make sure this regression does not resurface. diff --git a/docs/changes/4.0.1.rst b/docs/changes/4.0.1.rst index f98d5d01d..a445d2ff7 100644 --- a/docs/changes/4.0.1.rst +++ b/docs/changes/4.0.1.rst @@ -8,4 +8,10 @@ This is a minor point release addressing a Python distribution issue in Falcon 4.0.0. -.. towncrier release notes start +Fixed +----- + +- Installing Falcon 4.0.0 unexpectly copies many unintended directories from the + source tree to the venv's ``site-packages``. This issue has been rectified, and + our CI has been extended with new tests (that verify what is actually installed + from the distribution) to make sure this regression does not resurface. (`#2384 `__)