From: Sebastián Ramírez Date: Tue, 19 Feb 2019 17:22:51 +0000 (+0400) Subject: :memo: Include PR in Release Notes X-Git-Tag: 0.6.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf535181412f253a7af9c689b7f3d10913ecf367;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Include PR in Release Notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 69c742ca74..577c47e9fe 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,7 +2,7 @@ ## 0.6.0 -* Update SQL with SQLAlchemy tutorial at https://fastapi.tiangolo.com/tutorial/sql-databases/ using the new official `request.state`. +* Update SQL with SQLAlchemy tutorial at https://fastapi.tiangolo.com/tutorial/sql-databases/ using the new official `request.state`. PR #45. * Upgrade Starlette to version `0.11.1` and add required compatibility changes. PR #44.