]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update Release Notes
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 25 Mar 2019 19:28:36 +0000 (23:28 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 25 Mar 2019 19:28:36 +0000 (23:28 +0400)
docs/release-notes.md

index 1cd765c26367429581057e1c8c024025827d454c..9c24eb90806d591e977da1ff25b58196a9d928fc 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Document response models using unions and lists, updated at: <a href="https://fastapi.tiangolo.com/tutorial/extra-models/" target="_blank">Extra Models</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/108" target="_blank">#108</a>.
+
 ## 0.10.1
 
 * Add docs and tests for <a href="https://github.com/encode/databases" target="_blank">encode/databases</a>. New docs at: <a href="https://fastapi.tiangolo.com/tutorial/async-sql-databases/" target="_blank">Async SQL (Relational) Databases</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/107" target="_blank">#107</a>.