From: Sebastián Ramírez Date: Sat, 20 Jun 2026 00:29:58 +0000 (+0200) Subject: 📝 Udpate release notes link (#15802) X-Git-Tag: 0.138.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d176e00b9fb136ea8324c092c84528fdc3e16919;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Udpate release notes link (#15802) --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 2f27a381d..537cb5fe9 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -10,6 +10,7 @@ hide: ### Features * ✨ Add support for `app.frontend("/", directory="dist")` and `router.frontend("/", directory="dist")`. PR [#15800](https://github.com/fastapi/fastapi/pull/15800) by [@tiangolo](https://github.com/tiangolo). + * Read the docs: [Frontend](https://fastapi.tiangolo.com/tutorial/frontend/). ### Docs