Add release notes for v3.8.14

This commit is contained in:
Matthew Honnibal
2026-03-29 09:22:47 +02:00
parent 0069cf99b6
commit 0f7e41d148
+5
View File
@@ -0,0 +1,5 @@
Bug fix for model downloading in environments without pip on PATH
## Fixes
- Fix `spacy download` failing in environments where `pip` is not on PATH but is available as a Python module (e.g., some virtual environments and containers)