File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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 >`__)
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelogs
4
4
.. toctree ::
5
5
6
6
4.1.0 <4.1.0 >
7
+ 4.0.1 <4.0.1 >
7
8
4.0.0 <4.0.0 >
8
9
3.1.3 <3.1.3 >
9
10
3.1.2 <3.1.2 >
You can’t perform that action at this time.
0 commit comments