From: github-actions Date: Tue, 8 Oct 2024 10:55:50 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.115.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a94d61b2c09c7ba5bc2bf5016e590e2b0a35189e;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index d785805e90..16faa52f9e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Refactors + +* ♻️ Update type annotations for improved `python-multipart`. PR [#12407](https://github.com/fastapi/fastapi/pull/12407) by [@tiangolo](https://github.com/tiangolo). + ### Docs * 📝 Add External Link: How to profile a FastAPI asynchronous request. PR [#12389](https://github.com/fastapi/fastapi/pull/12389) by [@brouberol](https://github.com/brouberol).