]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 31 Aug 2024 23:46:26 +0000 (23:46 +0000)
committergithub-actions <github-actions@github.com>
Sat, 31 Aug 2024 23:46:26 +0000 (23:46 +0000)
docs/en/docs/release-notes.md

index 3fc659cbbdeedccf51c0464d4a04fbbec0730ecc..d7b278dbe1aae6545b84f730a70361db2a66efdb 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Refactors
 
+* ♻️ Rename internal `create_response_field()` to `create_model_field()` as it's used for more than response models. PR [#12103](https://github.com/fastapi/fastapi/pull/12103) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Refactor and simplify internal data from `solve_dependencies()` using dataclasses. PR [#12100](https://github.com/fastapi/fastapi/pull/12100) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Refactor and simplify internal `analyze_param()` to structure data with dataclasses instead of tuple. PR [#12099](https://github.com/fastapi/fastapi/pull/12099) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Refactor and simplify dependencies data structures with dataclasses. PR [#12098](https://github.com/fastapi/fastapi/pull/12098) by [@tiangolo](https://github.com/tiangolo).