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

docs/en/docs/release-notes.md

index b294de9061219a5581b2c1957f4c613e8b22e6e7..f49d46a8f395a462ac385ec4cb056e21e46d1dcf 100644 (file)
@@ -11,6 +11,10 @@ hide:
 
 * 🚸  Improve tracebacks by adding endpoint metadata. PR [#14306](https://github.com/fastapi/fastapi/pull/14306) by [@savannahostrowski](https://github.com/savannahostrowski).
 
+### Internal
+
+* ✏️ Fix typo in `scripts/mkdocs_hooks.py`. PR [#14457](https://github.com/fastapi/fastapi/pull/14457) by [@yujiteshima](https://github.com/yujiteshima).
+
 ## 0.123.10
 
 ### Fixes