From: Sebastián Ramírez Date: Sat, 16 Mar 2019 17:21:56 +0000 (+0400) Subject: :memo: Update docs - Release Notes X-Git-Tag: 0.8.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1c367aead62d49685ab2b0f381740069772d35c;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update docs - Release Notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index b98662a034..eb08a97bde 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next +* Make development scripts executable. PR #76 by @euri10. + * 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.