]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 30 Jan 2025 12:20:24 +0000 (12:20 +0000)
committergithub-actions <github-actions@github.com>
Thu, 30 Jan 2025 12:20:24 +0000 (12:20 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 76955df17e4a05b9763ceda329bfb8c3e8a5aec7..e343337a7dc9d2f55d29ed9fd6dafc51b46f5f73 100644 (file)
@@ -13,6 +13,7 @@ hide:
 
 ### Refactors
 
+* ✅ Simplify tests for body_multiple_params . PR [#13237](https://github.com/fastapi/fastapi/pull/13237) by [@alejsdev](https://github.com/alejsdev).
 * ♻️ Move duplicated code portion to a static method in the `APIKeyBase` super class. PR [#3142](https://github.com/fastapi/fastapi/pull/3142) by [@ShahriyarR](https://github.com/ShahriyarR).
 * ✅ Simplify tests for request_files. PR [#13182](https://github.com/fastapi/fastapi/pull/13182) by [@alejsdev](https://github.com/alejsdev).