]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 30 Apr 2024 06:38:41 +0000 (06:38 +0000)
committergithub-actions <github-actions@github.com>
Tue, 30 Apr 2024 06:38:41 +0000 (06:38 +0000)
docs/en/docs/release-notes.md

index 7109c47c346362df8f2ab94f8339eaab65f6d832..5d64c8d0b5dd53cecbe501b9d1726077d99b2073 100644 (file)
@@ -9,6 +9,10 @@ hide:
 
 ## Latest Changes
 
+### Refactors
+
+* 🔧 Add configs and setup for `fastapi-slim` including optional extras `fastapi-slim[standard]`, and `fastapi` including by default the same `standard` extras. PR [#11503](https://github.com/tiangolo/fastapi/pull/11503) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR [#11496](https://github.com/tiangolo/fastapi/pull/11496) by [@tiangolo](https://github.com/tiangolo).