From: Sebastián Ramírez Date: Thu, 21 Mar 2019 14:40:59 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.9.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c26e77a6606690cebc6dd097bad124b1c5dc5fe;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index ac6bfed9d9..6b480f7e80 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,10 +1,12 @@ ## Next release +* Upgrade compatible Pydantic version to `0.21.0`. PR #90. + * Add documentation for: Application Configuration. ## 0.8.0 -* Make development scripts executable. PR #76 by @euri10. +* 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.