📝 Update release notes

This commit is contained in:
github-actions 2024-04-02 02:29:00 +00:00
parent 0cf5ad8619
commit 2c0c220948
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ hide:
* ♻️ Simplify string format with f-strings in `fastapi/applications.py`. PR [#11335](https://github.com/tiangolo/fastapi/pull/11335) by [@igeni](https://github.com/igeni).
### Upgrades
* ⬆️ Upgrade Starlette to >=0.37.2,<0.38.0, remove Starlette filterwarning for internal tests. PR [#11266](https://github.com/tiangolo/fastapi/pull/11266) by [@nothielf](https://github.com/nothielf).
### Docs
* 📝 Tweak docs and translations links and remove old docs translations. PR [#11381](https://github.com/tiangolo/fastapi/pull/11381) by [@tiangolo](https://github.com/tiangolo).