]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 25 Aug 2024 00:01:26 +0000 (00:01 +0000)
committergithub-actions <github-actions@github.com>
Sun, 25 Aug 2024 00:01:26 +0000 (00:01 +0000)
docs/en/docs/release-notes.md

index 2218b352b4f9ec8a3dee12e8ccfe57a24123c0de..ac8f16f535302e8e7a393b0c7dac583b550b875e 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Docs
 
+* 📝 Clarify `response_class` parameter, validations, and returning a response directly. PR [#12067](https://github.com/fastapi/fastapi/pull/12067) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Fix minor typos and issues in the documentation. PR [#12063](https://github.com/fastapi/fastapi/pull/12063) by [@svlandeg](https://github.com/svlandeg).
 * 📝 Add note in Docker docs about ensuring graceful shutdowns and lifespan events with `CMD` exec form. PR [#11960](https://github.com/fastapi/fastapi/pull/11960) by [@GPla](https://github.com/GPla).