]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 4 Mar 2019 16:06:24 +0000 (20:06 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 4 Mar 2019 16:06:24 +0000 (20:06 +0400)
docs/release-notes.md

index 1cc2d7acb7f707a1f99a80eb715a5e241342b97e..9f6c90c79c192e46c159a7093ee7e1c5197ba346 100644 (file)
@@ -1,5 +1,7 @@
 ## Next
 
+* Update <a href="https://fastapi.tiangolo.com/async/#path-operation-functions" target="_blank">technical details about `async def` handling</a> with respect to previous frameworks. PR <a href="https://github.com/tiangolo/fastapi/pull/64" target="_blank">#64</a> by <a href="https://github.com/haizaar" target="_blank">@haizaar</a>.
+
 * Add <a href="https://fastapi.tiangolo.com/deployment/#raspberry-pi-and-other-architectures" target="_blank">deployment documentation for Docker in Raspberry Pi</a> and other architectures.
 
 * Trigger Docker images build on Travis CI automatically. PR <a href="https://github.com/tiangolo/fastapi/pull/65" target="_blank">#65</a>.