From: github-actions Date: Sat, 31 Aug 2024 20:28:07 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.112.3~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d7d89e8c603ca13043ce037503c66cc6a662a48;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index a02b722f63..677816f40c 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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