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

index a02b722f6322d9af2b210afd8c31b6c6dc49a92d..677816f40c10edf318a81910055d7d1be4e0a0dc 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Refactors
 
+* ♻️ 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).
 
 ### Docs