Skip to content

Commit 4d04e9b

Browse files
authored
chore: incorporate Falcon 4.0.1 release notes (#2386)
1 parent c5c1247 commit 4d04e9b

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

docs/_newsfragments/2384.bugfix.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/changes/4.0.1.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Changelog for Falcon 4.0.1
2+
==========================
3+
4+
Summary
5+
-------
6+
7+
This is a minor point release addressing a Python distribution issue in
8+
Falcon 4.0.0.
9+
10+
11+
Fixed
12+
-----
13+
14+
- Installing Falcon 4.0.0 unexpectedly copies many unintended directories from the
15+
source tree to the venv's ``site-packages``. This issue has been rectified, and
16+
our CI has been extended with new tests (that verify what is actually installed
17+
from the distribution) to make sure this regression does not resurface. (`#2384 <https://github.com/falconry/falcon/issues/2384>`__)

docs/changes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelogs
44
.. toctree::
55

66
4.1.0 <4.1.0>
7+
4.0.1 <4.0.1>
78
4.0.0 <4.0.0>
89
3.1.3 <3.1.3>
910
3.1.2 <3.1.2>

0 commit comments

Comments
 (0)