From: github-actions Date: Thu, 5 Sep 2024 11:25:02 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.112.4~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=832e634fd4b8c4e1a5714b5ad73f2cdc04e05e43;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 cdd6cdc904..2fe884615f 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Refactors + +* ♻️ Refactor deciding if `embed` body fields, do not overwrite fields, compute once per router, refactor internals in preparation for Pydantic models in `Form`, `Query` and others. PR [#12117](https://github.com/fastapi/fastapi/pull/12117) by [@tiangolo](https://github.com/tiangolo). + ## 0.112.3 This release is mainly internal refactors, it shouldn't affect apps using FastAPI in any way. You don't even have to upgrade to this version yet. There are a few bigger releases coming right after. 🚀