]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 14 Jun 2026 12:36:16 +0000 (12:36 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 14 Jun 2026 12:36:16 +0000 (12:36 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 1018045075fbb69734551a32741c964c8f57b235..60c2b61c6138d8a1756ce21dc5ae0c31b82c1cbb 100644 (file)
@@ -56,6 +56,10 @@ Still, for now, consider this very experimental and potentially changing and bre
 * Middleware per router
 * Other features planned
 
+### Breaking Changes
+
+* ♻️ Refactor internals to preserve `APIRouter` and `APIRoute` instances. PR [#15745](https://github.com/fastapi/fastapi/pull/15745) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * 📝 Update FastAPI Cloud deployment instructions. PR [#15724](https://github.com/fastapi/fastapi/pull/15724) by [@alejsdev](https://github.com/alejsdev).