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

index fbbbf74d12f85878b45750c4ce2bd69a1915b9c1..b98662a034e4cf026c08a99a77a04217cee63f64 100644 (file)
@@ -1,5 +1,7 @@
 ## Next
 
+* 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>.
 
 * Update `isort` imports and scripts to be compatible with newer versions. PR <a href="https://github.com/tiangolo/fastapi/pull/75" target="_blank">#75</a>.