From: Sebastián Ramírez Date: Fri, 15 Feb 2019 19:19:19 +0000 (+0400) Subject: :memo: Update Release Notes X-Git-Tag: 0.5.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=293ebd7cc22dbe99922fc563781fce33c57e4a52;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update Release Notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 998d94dffa..2cd8335fbb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next +* Update example for the SQLAlchemy tutorial at https://fastapi.tiangolo.com/tutorial/sql-databases/ using middleware and database session attached to request. + ## 0.4.0 * Add `openapi_prefix`, support for reverse proxy and mounting sub-applicaitons. See the docs at https://fastapi.tiangolo.com/tutorial/sub-applications-proxy/: #26 by @kabirkhan