]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Udpate release notes link (#15802)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Jun 2026 00:29:58 +0000 (02:29 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 00:29:58 +0000 (00:29 +0000)
docs/en/docs/release-notes.md

index 2f27a381d9890c5a2f8fdcba236082d44e67297d..537cb5fe97dbe9fa82cd122b0cae62e46ba21a1e 100644 (file)
@@ -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