From: github-actions Date: Wed, 11 Sep 2024 07:45:49 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.114.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dc882f75121414eb44db590efae83fbddf43f72;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 a72775416d..647b51b197 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Refactors + +* ⚡️ Improve performance in request body parsing with a cache for internal model fields. PR [#12184](https://github.com/fastapi/fastapi/pull/12184) by [@tiangolo](https://github.com/tiangolo). + ### Docs * 📝 Remove duplicate line in docs for `docs/en/docs/environment-variables.md`. PR [#12169](https://github.com/fastapi/fastapi/pull/12169) by [@prometek](https://github.com/prometek).