]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 5 Sep 2024 14:56:10 +0000 (14:56 +0000)
committergithub-actions <github-actions@github.com>
Thu, 5 Sep 2024 14:56:10 +0000 (14:56 +0000)
docs/en/docs/release-notes.md

index 8fe8be6a7f56e3b83cdc51655f7a5d9d642a9aeb..3c5fbb7319aa0cd2feac31239d1f68ceafe0363f 100644 (file)
@@ -15,6 +15,10 @@ hide:
 
 * ♻️ 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).
 
+### Internal
+
+* ⏪️ Temporarily revert "✨ Add support for Pydantic models in `Form` parameters" to make a checkpoint release. PR [#12128](https://github.com/fastapi/fastapi/pull/12128) 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. 🚀