Browse Source

📝 Update release notes

pull/12103/head
github-actions 7 months ago
parent
commit
3660c7a063
  1. 1
      docs/en/docs/release-notes.md

1
docs/en/docs/release-notes.md

@ -9,6 +9,7 @@ hide:
### Refactors
* ♻️ 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).

Loading…
Cancel
Save