From: Sebastián Ramírez Date: Sat, 16 Mar 2019 17:17:27 +0000 (+0400) Subject: :memo: Add tags parameter to Release Notes X-Git-Tag: 0.8.0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4391e2a874198f996bf7a59a4e9f2ede0676ca4;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add tags parameter to Release Notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index fbbbf74d12..b98662a034 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next +* Add support for adding `tags` in `app.include_router()`. PR #55 by @euri10. Documentation updated in the section: Bigger Applications. + * Update docs related to Uvicorn to use new `--reload` option from version `0.5.x`. PR #74. * Update `isort` imports and scripts to be compatible with newer versions. PR #75.