From: Sebastián Ramírez Date: Sat, 23 Feb 2019 21:12:33 +0000 (+0400) Subject: :pencil2: Fix typo in release notes X-Git-Tag: 0.6.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e610030fb3da98fc7bbbdd8d1f642da73501cd8;p=thirdparty%2Ffastapi%2Ffastapi.git :pencil2: Fix typo in release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 8635b2b2dc..bd1c125cbb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,7 +2,7 @@ ## 0.6.2 -* Introduce new project generator based on FastAPI and PostgreSQLhttps://github.com/tiangolo/full-stack-fastapi-postgresql. PR #52. +* Introduce new project generator based on FastAPI and PostgreSQL: https://github.com/tiangolo/full-stack-fastapi-postgresql. PR #52. * Update SQL tutorial with SQLAlchemy, using `Depends` to improve editor support and reduce code repetition. PR #52.