]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 10 Dec 2025 13:54:57 +0000 (13:54 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 10 Dec 2025 13:54:57 +0000 (13:54 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 81eeb9f99f535977752c8cbd94254fe64d55a7cc..bb1e95aa9bd5aa4cf032b5e1973c001b78f23e6e 100644 (file)
@@ -12,6 +12,10 @@ hide:
 * 📝 Update docs about re-raising validation errors, do not include string as is to not leak information. PR [#14487](https://github.com/fastapi/fastapi/pull/14487) by [@tiangolo](https://github.com/tiangolo).
 * 🔥 Remove external links section. PR [#14486](https://github.com/fastapi/fastapi/pull/14486) by [@tiangolo](https://github.com/tiangolo).
 
+### Translations
+
+* 🌐 Sync German docs. PR [#14488](https://github.com/fastapi/fastapi/pull/14488) by [@nilslindemann](https://github.com/nilslindemann).
+
 ## 0.124.2
 
 ### Fixes