]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 3 May 2024 00:16:02 +0000 (17:16 -0700)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 3 May 2024 00:16:02 +0000 (17:16 -0700)
docs/en/docs/release-notes.md

index f5723ac99c60a1fcbe32389b2edc2bea1d5e93f4..173ceee92286b9f014691d0a95773ae9266b39d9 100644 (file)
@@ -12,6 +12,7 @@ hide:
 ### Features
 
 * ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
+    * New docs: [FastAPI CLI](https://fastapi.tiangolo.com/fastapi-cli/).
 
 ### Refactors