📝 Update release notes

This commit is contained in:
github-actions 2024-08-02 06:03:26 +00:00
parent a25c92ceb9
commit 450bff65f4
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ hide:
## Latest Changes
### Breaking Changes
* ♻️ Add support for `pip install "fastapi[standard]"` with standard dependencies and `python -m fastapi`. PR [#11935](https://github.com/fastapi/fastapi/pull/11935) by [@tiangolo](https://github.com/tiangolo).
### Docs
* ✏️ Fix typos in docs. PR [#11926](https://github.com/fastapi/fastapi/pull/11926) by [@jianghuyiyuan](https://github.com/jianghuyiyuan).