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

index b98662a034e4cf026c08a99a77a04217cee63f64..eb08a97bde8d13b9ac6e322173577f94ed20e749 100644 (file)
@@ -1,5 +1,7 @@
 ## Next
 
+* Make development scripts executable. PR <a href="htthttps://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>.
+
 * Add support for adding `tags` in `app.include_router()`. PR <a href="https://github.com/tiangolo/fastapi/pull/55" target="_blank">#55</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>. Documentation updated in the section: <a href="https://fastapi.tiangolo.com/tutorial/bigger-applications/" target="_blank">Bigger Applications</a>.
 
 * Update docs related to Uvicorn to use new `--reload` option from version `0.5.x`. PR <a href="https://github.com/tiangolo/fastapi/pull/74" target="_blank">#74</a>.