]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 1 Sep 2024 19:39:46 +0000 (19:39 +0000)
committergithub-actions <github-actions@github.com>
Sun, 1 Sep 2024 19:39:46 +0000 (19:39 +0000)
docs/en/docs/release-notes.md

index d7b278dbe1aae6545b84f730a70361db2a66efdb..c3e7c35903c6591b1d3f7b52da1a4c29d6f4493c 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Refactors
 
+* ♻️ Refactor internal `check_file_field()`, rename to `ensure_multipart_is_installed()` to clarify its purpose. PR [#12106](https://github.com/fastapi/fastapi/pull/12106) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ 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).