]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 10 Feb 2026 10:59:10 +0000 (10:59 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 10 Feb 2026 10:59:10 +0000 (10:59 +0000)
[skip ci]

docs/en/docs/release-notes.md

index fff7ccc332703d0656419a6772575d9d8b7d0ab4..495bf83b4c38cfe126d87491abab15277a914a04 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Features
 
+* ✨ Show a clear error on attempt to include router into itself. PR [#14258](https://github.com/fastapi/fastapi/pull/14258) by [@JavierSanchezCastro](https://github.com/JavierSanchezCastro).
 * ✨ Replace `dict` by `Mapping` on `HTTPException.headers`. PR [#12997](https://github.com/fastapi/fastapi/pull/12997) by [@rijenkii](https://github.com/rijenkii).
 
 ### Internal