]> 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:51:03 +0000 (19:51 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 30 Oct 2025 19:51:03 +0000 (19:51 +0000)
[skip ci]

docs/en/docs/release-notes.md

index fd748e6b2633f5df4b53b20dc56511e494338c60..64c2153063f0914c4aa94ba5e06060b78e6220ab 100644 (file)
@@ -13,6 +13,10 @@ hide:
 * ♻️ 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).
 
+### Docs
+
+* 📝 Update note for untranslated pages. PR [#14257](https://github.com/fastapi/fastapi/pull/14257) by [@YuriiMotov](https://github.com/YuriiMotov).
+
 ## 0.120.2
 
 ### Fixes