]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes with WebSockets
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 2 Mar 2019 17:51:01 +0000 (21:51 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 2 Mar 2019 17:51:01 +0000 (21:51 +0400)
docs/release-notes.md

index 9e460c3f52926163d7e4baf0be8164c6c69e8e42..3fe0221d4628643071ff43851ebdcf2dcf5a8511 100644 (file)
@@ -10,6 +10,8 @@
 
 * Add section about <a href="https://fastapi.tiangolo.com/history-design-future/" target="_blank">History, Design and Future</a>.
 
+* Add docs for using <a href="https://fastapi.tiangolo.com/tutorial/websockets/" target="_blank">WebSockets with **FastAPI**</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/62" target="_blank">#62</a>.
+
 ## 0.6.3
 
 * Add Favicons to docs. PR <a href="https://github.com/tiangolo/fastapi/pull/53" target="_blank">#53</a>.