📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot]
2026-02-10 10:59:10 +00:00
parent df950111fe
commit 8bdb0d2242

View 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