]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 30 Oct 2025 19:35:31 +0000 (19:35 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 30 Oct 2025 19:35:31 +0000 (19:35 +0000)
[skip ci]

docs/en/docs/release-notes.md

index bbcbc74b7b8aeaddf0ab3c105bc291ab1505a539..fd748e6b2633f5df4b53b20dc56511e494338c60 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Refactors
 
+* ♻️ Reduce internal cyclic recursion in dependencies, from 2 functions calling each other to 1 calling itself. PR [#14256](https://github.com/fastapi/fastapi/pull/14256) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Refactor internals of dependencies, simplify code and remove `get_param_sub_dependant`. PR [#14255](https://github.com/fastapi/fastapi/pull/14255) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Refactor internals of dependencies, simplify using dataclasses. PR [#14254](https://github.com/fastapi/fastapi/pull/14254) by [@tiangolo](https://github.com/tiangolo).