📝 Update release notes

This commit is contained in:
github-actions
2024-05-02 22:37:53 +00:00
parent d71be59217
commit 9ed94e4f68

View File

@@ -9,6 +9,10 @@ hide:
## Latest Changes
### Features
* ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
### 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).